Searched refs:NODE_LOCK (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | rbtdb.c | 361 * In most cases, we can simply use wrapper macros such as NODE_LOCK and 369 * Note that we cannot use NODE_LOCK()/NODE_UNLOCK() wherever the protected 377 #define NODE_LOCK(l, t) RWLOCK((l), (t)) macro 383 #define NODE_WEAKLOCK(l, t) NODE_LOCK(l, t) 391 #define NODE_LOCK(l, t) LOCK(l) macro 1401 NODE_LOCK(&rbtdb->node_locks[i].lock, isc_rwlocktype_write); 2411 NODE_LOCK(&rbtdb->node_locks[locknum].lock, isc_rwlocktype_write); 2428 NODE_LOCK(&rbtdb->node_locks[locknum].lock, 2570 NODE_LOCK(&(rbtdb->node_locks[node->locknum].lock), 2656 NODE_LOCK( [all...] |
Completed in 24 milliseconds