Searched defs:UNLOCK (Results 1 – 17 of 17) sorted by relevance
33 #define UNLOCK(lock) if (__isthreaded) \ macro
60 #define UNLOCK 0x1ACCE551 macro
61 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
65 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
79 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
101 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
195 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
217 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
76 #define UNLOCK { if (__isthreaded) \ macro
108 #define UNLOCK(lp) do { \ macro
64 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
84 #define UNLOCK(_sc) sx_xunlock(&(_sc)->lock) macro
59 #define UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
107 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro
543 #define UNLOCK(lock) mtx_unlock(&(lock)->mutex) macro