Searched defs:UNLOCK (Results 1 – 8 of 8) sorted by relevance
32 #define UNLOCK(lock) if (__isthreaded) \ macro
37 # define UNLOCK() LeaveCriticalSection(&RecvLock) macro40 # define UNLOCK() do {} while (FALSE) macro
73 #define UNLOCK macro
74 #define UNLOCK { if (__isthreaded) \ macro
108 #define UNLOCK(lp) do { \ macro
106 #define UNLOCK(listener) EVLOCK_UNLOCK((listener)->lock, 0) macro
539 #define UNLOCK(lock) mtx_unlock(&(lock)->mutex) macro