Searched refs:LOCK (Results 1 - 25 of 116) sorted by relevance

12345

/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dmovemail.pl66 open LOCK, ">>$lockfile"
68 unless (flock LOCK, $LOCK_EX|$LOCK_NB) {
69 close LOCK;
105 close LOCK;
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcopi.sendifm19 LOCK=${LOCKS}/LOCK.${PROGNAME}
23 trap 'rm -f ${LOCK} ; exit 1' 1 2 3 15
24 shlock -p $$ -f ${LOCK} || {
25 echo "${PROGNAME}: [$$] locked by [`cat ${LOCK}`]"
H A Dcopi.rcnews58 ( cd ${LOCKS} && rm -f LOCK* )
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dqueue.h101 LOCK(&(queue).headlock); \
104 LOCK(&(queue).taillock); \
107 LOCK(&(queue).headlock); \
108 LOCK(&(queue).taillock); \
126 LOCK(&(queue).headlock); \
130 LOCK(&(queue).taillock); \
150 LOCK(&(queue).headlock); \
151 LOCK(&(queue).taillock); \
H A Drefcount.h158 LOCK(&(rp)->lock); \
168 LOCK(&(rp)->lock); \
180 LOCK(&(rp)->lock); \
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dquota.c48 LOCK(&quota->lock);
55 LOCK(&quota->lock);
63 LOCK(&quota->lock);
78 LOCK(&quota->lock);
H A Dtimer_api.c45 LOCK(&createlock);
61 LOCK(&createlock);
78 LOCK(&createlock);
H A Dratelimiter.c112 LOCK(&rl->lock);
144 LOCK(&rl->lock);
182 LOCK(&rl->lock);
214 LOCK(&rl->lock);
255 LOCK(&source->lock);
268 LOCK(&rl->lock);
285 LOCK(&rl->lock);
308 LOCK(&rl->lock);
H A Dtask.c314 LOCK(&manager->lock);
371 LOCK(&manager->lock);
407 LOCK(&source->lock);
469 LOCK(&manager->lock);
522 LOCK(&task->lock);
580 LOCK(&task->lock);
620 LOCK(&task->lock);
661 LOCK(&task->lock);
748 LOCK(&task->lock);
823 LOCK(
[all...]
H A Drwlock.c160 LOCK(&rwl->lock);
225 * LOCK(lock);
254 LOCK(&rwl->lock);
270 LOCK(&rwl->lock);
315 LOCK(&rwl->lock);
332 LOCK(&rwl->lock);
381 LOCK(&rwl->lock);
457 LOCK(&rwl->lock);
484 LOCK(&rwl->lock);
509 LOCK(
[all...]
H A Dapp_api.c46 LOCK(&createlock);
60 LOCK(&createlock);
H A Dresult.c139 LOCK(&lock);
179 LOCK(&lock);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dquota.c48 LOCK(&quota->lock);
55 LOCK(&quota->lock);
63 LOCK(&quota->lock);
78 LOCK(&quota->lock);
H A Dtimer_api.c45 LOCK(&createlock);
61 LOCK(&createlock);
78 LOCK(&createlock);
H A Dtask.c307 LOCK(&manager->lock);
349 LOCK(&manager->lock);
350 LOCK(&task->lock); /* helps coverity analysis noise ratio */
368 LOCK(&manager->lock);
404 LOCK(&source->lock);
466 LOCK(&manager->lock);
519 LOCK(&task->lock);
577 LOCK(&task->lock);
617 LOCK(&task->lock);
658 LOCK(
[all...]
H A Dratelimiter.c112 LOCK(&rl->lock);
144 LOCK(&rl->lock);
182 LOCK(&rl->lock);
214 LOCK(&rl->lock);
255 LOCK(&source->lock);
268 LOCK(&rl->lock);
285 LOCK(&rl->lock);
307 LOCK(&rl->lock);
H A Drwlock.c160 LOCK(&rwl->lock);
225 * LOCK(lock);
254 LOCK(&rwl->lock);
270 LOCK(&rwl->lock);
315 LOCK(&rwl->lock);
332 LOCK(&rwl->lock);
381 LOCK(&rwl->lock);
457 LOCK(&rwl->lock);
484 LOCK(&rwl->lock);
509 LOCK(
[all...]
H A Dapp_api.c46 LOCK(&createlock);
60 LOCK(&createlock);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Drecvbuff.c36 # define LOCK() EnterCriticalSection(&RecvLock) macro
39 # define LOCK() do {} while (FALSE) macro
160 LOCK();
178 LOCK();
190 LOCK();
227 LOCK();
271 LOCK();
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dqueue.h73 LOCK(&(queue).taillock); \
82 LOCK(&(queue).headlock); \
90 LOCK(&(queue).taillock); \
H A Drefcount.h158 LOCK(&(rp)->lock); \
168 LOCK(&(rp)->lock); \
180 LOCK(&(rp)->lock); \
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dsetenv.c70 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
72 #define LOCK macro
90 LOCK;
169 LOCK;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dsetenv.c70 /* LOCK and UNLOCK are defined as no-ops. This makes the libiberty
72 #define LOCK macro
90 LOCK;
169 LOCK;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dapp.c109 LOCK(&lock);
142 LOCK(&lock);
205 LOCK(&lock);
224 LOCK(&lock);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dlib.c143 LOCK(&reflock);
154 LOCK(&reflock);

Completed in 110 milliseconds

12345