Home
last modified time | relevance | path

Searched refs:lockcall (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h64 #define LOCKVAL(lockcall, msg, lockcode) \ argument
66 lockcode = lockcall(); \
74 #define LOCKVAL(lockcall, msg, lockcode) \ argument
76 lockcode = lockcall(); \
84 #define LOCKV(lockcall, msg) \ argument
87 LOCKVAL(lockcall, msg, lockcode); \
91 #define LOCK(lockcall, retval, msg) \ argument
94 LOCKVAL(lockcall, msg, lockcode); \