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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c157 * Special additional macros, NODE_STRONGLOCK(), NODE_WEAKLOCK(), etc, are also
159 * routines, we should only protect the "other members" by NODE_WEAKLOCK(read).
176 #define NODE_WEAKLOCK(l, t) NODE_LOCK(l, t) macro
190 #define NODE_WEAKLOCK(l, t) ((void)0) macro
1584 NODE_WEAKLOCK(nodelock, locktype);
1602 NODE_WEAKLOCK(nodelock, locktype);
1658 NODE_WEAKLOCK(&nodelock->lock, isc_rwlocktype_write);

Completed in 36 milliseconds