HomeSort by: relevance | last modified time | path
    Searched defs:NODE_UNLOCK (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
db_p.h 42 #define NODE_UNLOCK(l, tp) \
72 NODE_UNLOCK(l, tp); \
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 157 * NODE_UNLOCK. In some other cases, however, we need to protect reference
164 * Note that we cannot use NODE_LOCK()/NODE_UNLOCK() wherever the protected
172 #define NODE_UNLOCK(l, t) RWUNLOCK((l), (t))
1279 NODE_UNLOCK(&rbtdb->node_locks[i].lock, isc_rwlocktype_write);
2063 NODE_UNLOCK(nodelock, locktype);
2078 NODE_UNLOCK(nodelock, locktype);
2126 NODE_UNLOCK(&nodelock->lock, isc_rwlocktype_read);
2301 NODE_UNLOCK(
2327 NODE_UNLOCK(&rbtdb->node_locks[locknum].lock,
2517 NODE_UNLOCK(&(rbtdb->node_locks[node->locknum].lock)
    [all...]

Completed in 25 milliseconds