Searched defs:NODE_UNLOCK (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drbtdb.c362 * NODE_UNLOCK. In some other cases, however, we need to protect reference
369 * Note that we cannot use NODE_LOCK()/NODE_UNLOCK() wherever the protected
378 #define NODE_UNLOCK(l, t) RWUNLOCK((l), (t)) macro
384 #define NODE_WEAKUNLOCK(l, t) NODE_UNLOCK(l, t)
392 #define NODE_UNLOCK(l, t) UNLOCK(l) macro
1403 NODE_UNLOCK(&rbtdb->node_locks[i].lock, isc_rwlocktype_write);
2425 NODE_UNLOCK(&rbtdb->node_locks[locknum].lock,
2448 NODE_UNLOCK(&rbtdb->node_locks[locknum].lock, isc_rwlocktype_write);
2642 NODE_UNLOCK(&(rbtdb->node_locks[node->locknum].lock),
2661 NODE_UNLOCK(
[all...]

Completed in 47 milliseconds