Searched refs:set_lock (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/ntp/lib/isc/tests/ |
| D | task_test.c | 39 isc_mutex_t set_lock; variable 48 LOCK(&set_lock); in set() 50 UNLOCK(&set_lock); in set() 60 LOCK(&set_lock); in set_and_drop() 63 UNLOCK(&set_lock); in set_and_drop() 110 result = isc_mutex_init(&set_lock); in ATF_TC_BODY() 166 result = isc_mutex_init(&set_lock); in ATF_TC_BODY() 295 result = isc_mutex_init(&set_lock); in ATF_TC_BODY()
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | lock.c | 113 static int set_lock PROTO ((struct lock *lock, int will_wait)); 451 if (set_lock (&global_readlock, 1) != L_OK) 611 status = set_lock (lock, 0); 779 set_lock (lock, will_wait) in set_lock() function 1093 if (set_lock (lock, 1) != L_OK)
|
| D | ChangeLog-96 | 192 (lock_simple_remove, set_lock, clear_lock, write_lock): Take a 207 (lock_simple_remove, Check_Owner, set_lock): Remove all code which 1526 * lock.c (set_lock): Adjust comment regarding why we call stat. 2329 (set_lock): Likewise.
|
| D | ChangeLog | 821 (set_lock): Handle variable lockdirname. 841 (remove_lock_files, clear_lock, set_lock): Update to compensate. 2412 * lock.c (set_lock): Clarify comment. 3015 * lock.c (set_lock): If possible, try a short wait with no message 5674 * lock.c (set_lock): Include actual lock directory in error message. 7890 * lock.c (lock_simple_remove, Reader_Lock, write_lock, set_lock):
|
| D | ChangeLog-9395 | 1559 (set_lock): Use CVS_MKDIR instead of mkdir. 2496 (set_lock): removed lockdir argument, now constructs it itself
|