Searched refs:NODE_LOCK (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c154 * In most cases, we can simply use wrapper macros such as NODE_LOCK and
162 * Note that we cannot use NODE_LOCK()/NODE_UNLOCK() wherever the protected
170 #define NODE_LOCK(l, t) RWLOCK((l), (t)) macro
176 #define NODE_WEAKLOCK(l, t) NODE_LOCK(l, t)
184 #define NODE_LOCK(l, t) LOCK(l) macro
1010 NODE_LOCK(&rbtdb->node_locks[i].lock, isc_rwlocktype_write);
1856 NODE_LOCK(&rbtdb->node_locks[locknum].lock, isc_rwlocktype_write);
1873 NODE_LOCK(&rbtdb->node_locks[locknum].lock,
2031 NODE_LOCK(&(rbtdb->node_locks[node->locknum].lock),
2126 NODE_LOCK(
[all...]

Completed in 19 milliseconds