OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NODE_LOCK
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
db_p.h
36
#define
NODE_LOCK
(l, t, tp) \
48
#define NODE_RDLOCK(l, tp)
NODE_LOCK
(l, isc_rwlocktype_read, tp);
49
#define NODE_WRLOCK(l, tp)
NODE_LOCK
(l, isc_rwlocktype_write, tp);
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c
156
* In most cases, we can simply use wrapper macros such as
NODE_LOCK
and
164
* Note that we cannot use
NODE_LOCK
()/NODE_UNLOCK() wherever the protected
171
#define
NODE_LOCK
(l, t) RWLOCK((l), (t))
1273
NODE_LOCK
(&rbtdb->node_locks[i].lock, isc_rwlocktype_write);
2047
NODE_LOCK
(nodelock, locktype);
2066
NODE_LOCK
(nodelock, locktype);
2127
NODE_LOCK
(&nodelock->lock, isc_rwlocktype_write);
2279
NODE_LOCK
(&rbtdb->node_locks[locknum].lock,
2305
NODE_LOCK
(
2449
NODE_LOCK
(&(rbtdb->node_locks[node->locknum].lock)
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026