Searched refs:locktype (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | rbtdb.c | 2157 isc_rwlocktype_t locktype = isc_rwlocktype_read; local 2161 POST(locktype); 2164 NODE_WEAKLOCK(nodelock, locktype); 2179 NODE_WEAKUNLOCK(nodelock, locktype); 2180 locktype = isc_rwlocktype_write; 2181 POST(locktype); 2182 NODE_WEAKLOCK(nodelock, locktype); 2192 NODE_WEAKUNLOCK(nodelock, locktype); 3020 isc_rwlocktype_t locktype = isc_rwlocktype_read; local 3025 RWLOCK(&rbtdb->tree_lock, locktype); 4666 check_stale_header(dns_rbtnode_t *node, rdatasetheader_t *header, isc_rwlocktype_t *locktype, nodelock_t *lock, rbtdb_search_t *search, rdatasetheader_t **header_prev) argument 4732 isc_rwlocktype_t locktype; local 4807 isc_rwlocktype_t locktype; local 4941 isc_rwlocktype_t locktype; local 5059 isc_rwlocktype_t locktype; local 5374 isc_rwlocktype_t locktype; local 5854 isc_rwlocktype_t locktype; local [all...] |
H A D | nta.c | 437 isc_rwlocktype_t locktype = isc_rwlocktype_read; local 449 RWLOCK(&ntatable->rwlock, locktype); 467 if (locktype == isc_rwlocktype_read) { 468 RWUNLOCK(&ntatable->rwlock, locktype); 469 locktype = isc_rwlocktype_write; 494 RWUNLOCK(&ntatable->rwlock, locktype);
|
H A D | zone.c | 16769 isc_rwlocktype_t locktype; local 16776 locktype = isc_rwlocktype_read; 16777 RWLOCK(&zmgr->urlock, locktype); 16784 locktype = isc_rwlocktype_write; 16791 RWUNLOCK(&zmgr->urlock, locktype); 16800 isc_rwlocktype_t locktype; local 16811 locktype = isc_rwlocktype_read; 16812 RWLOCK(&zmgr->urlock, locktype); 16820 locktype = isc_rwlocktype_write; 16831 RWUNLOCK(&zmgr->urlock, locktype); [all...] |
/bind-9.11.3/ |
H A D | configure | 1766 --with-locktype=ARG Specify mutex lock type (adaptive or standard) 15490 # Check whether --with-locktype was given. 15492 withval=$with_locktype; locktype="$withval" 15494 locktype="adaptive" 15498 case "$locktype" in 15538 as_fn_error $? "You must specify \"adaptive\" or \"standard\" for --with-locktype." "$LINENO" 5 26329 if test "yes" = "$enable_full_report" -o "standard" = "$locktype"; then 26330 echo " Mutex lock type: $locktype"
|
Completed in 93 milliseconds