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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c155 * NODE_UNLOCK. In some other cases, however, we need to protect reference
162 * Note that we cannot use NODE_LOCK()/NODE_UNLOCK() wherever the protected
171 #define NODE_UNLOCK(l, t) RWUNLOCK((l), (t)) macro
177 #define NODE_WEAKUNLOCK(l, t) NODE_UNLOCK(l, t)
185 #define NODE_UNLOCK(l, t) UNLOCK(l) macro
1012 NODE_UNLOCK(&rbtdb->node_locks[i].lock, isc_rwlocktype_write);
1870 NODE_UNLOCK(&rbtdb->node_locks[locknum].lock,
1893 NODE_UNLOCK(&rbtdb->node_locks[locknum].lock, isc_rwlocktype_write);
2112 NODE_UNLOCK(&(rbtdb->node_locks[node->locknum].lock),
2131 NODE_UNLOCK(
[all...]

Completed in 19 milliseconds