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

/bind-9.11.3/lib/dns/
H A Drbtdb.c364 * Special additional macros, NODE_STRONGLOCK(), NODE_WEAKLOCK(), etc, are also
366 * routines, we should only protect the "other members" by NODE_WEAKLOCK(read).
383 #define NODE_WEAKLOCK(l, t) NODE_LOCK(l, t) macro
397 #define NODE_WEAKLOCK(l, t) ((void)0) macro
2164 NODE_WEAKLOCK(nodelock, locktype);
2182 NODE_WEAKLOCK(nodelock, locktype);
2243 NODE_WEAKLOCK(&nodelock->lock, isc_rwlocktype_write);

Completed in 34 milliseconds