Searched refs:lock (Results 1 - 25 of 184) sorted by relevance

12345678

/bind-9.11.3/bin/tests/system/checkds/
H A Dclean.sh12 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/
H A Drwlock_test.c29 isc_rwlock_t lock; variable
38 RUNTIME_CHECK(isc_rwlock_lock(&lock, isc_rwlocktype_read) ==
40 printf("%s got READ lock\n", message);
42 printf("%s giving up READ lock\n", message);
43 RUNTIME_CHECK(isc_rwlock_unlock(&lock, isc_rwlocktype_read) ==
45 RUNTIME_CHECK(isc_rwlock_lock(&lock, isc_rwlocktype_read) ==
47 printf("%s got READ lock\n", message);
49 printf("%s giving up READ lock\n", message);
50 RUNTIME_CHECK(isc_rwlock_unlock(&lock, isc_rwlocktype_read) ==
52 RUNTIME_CHECK(isc_rwlock_lock(&lock, isc_rwlocktype_writ
[all...]
/bind-9.11.3/bin/tests/system/v6synth/
H A Dclean.sh13 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/checkzone/
H A Dclean.sh8 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/smartsign/
H A Dclean.sh10 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/spf/
H A Dclean.sh9 rm -f ns*/named.lock
/bind-9.11.3/lib/isc/
H A Dquota.c25 return (isc_mutex_init(&quota->lock));
34 DESTROYLOCK(&quota->lock);
39 LOCK(&quota->lock);
41 UNLOCK(&quota->lock);
46 LOCK(&quota->lock);
48 UNLOCK(&quota->lock);
54 LOCK(&quota->lock);
63 UNLOCK(&quota->lock);
69 LOCK(&quota->lock);
72 UNLOCK(&quota->lock);
[all...]
H A Dcounter.c26 isc_mutex_t lock; member in struct:isc_counter
43 result = isc_mutex_init(&counter->lock);
65 LOCK(&counter->lock);
69 UNLOCK(&counter->lock);
85 LOCK(&counter->lock);
87 UNLOCK(&counter->lock);
95 LOCK(&source->lock);
98 UNLOCK(&source->lock);
106 isc_mutex_destroy(&counter->lock);
121 LOCK(&counter->lock);
[all...]
/bind-9.11.3/bin/tests/system/lwresd/
H A Dclean.sh17 rm -f ns*/named.lock
18 rm -f lwresd*/lwresd.lock
/bind-9.11.3/bin/tests/system/coverage/
H A Dclean.sh13 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/database/
H A Dclean.sh13 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/dlz/
H A Dclean.sh14 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/ednscompliance/
H A Dclean.sh10 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/forward/
H A Dclean.sh15 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/glue/
H A Dclean.sh18 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/limits/
H A Dclean.sh17 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/pipelined/
H A Dclean.sh12 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/rrchecker/
H A Dclean.sh8 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/sortlist/
H A Dclean.sh14 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/virtual-time/slave/
H A Dclean.sh16 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/additional/
H A Dclean.sh17 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/allow_query/
H A Dclean.sh18 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/builtin/
H A Dclean.sh13 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/cacheclean/
H A Dclean.sh20 rm -f ns*/named.lock
/bind-9.11.3/bin/tests/system/chain/
H A Dclean.sh10 rm -f */named.memstats */named.recursing */named.lock */named.run */ans.run

Completed in 26 milliseconds

12345678