Searched defs:UNLOCK (Results 1 – 3 of 3) sorted by relevance
32 #define UNLOCK(lock) if (__isthreaded) \ macro
73 #define UNLOCK { if (__isthreaded) \ macro
542 #define UNLOCK(ocelock) lockmgr(&(ocelock)->lock, LK_RELEASE) macro