Searched defs:RELEASE_LOCK (Results 1 – 2 of 2) sorted by relevance
1753 #define RELEASE_LOCK(sl) pthread_release_lock(sl) macro1853 #define RELEASE_LOCK(sl) win32_release_lock(sl) macro1918 #define RELEASE_LOCK(sl) pthread_mutex_unlock(sl) macro1949 #define RELEASE_LOCK(s) LeaveCriticalSection(sl) macro
1433 #define RELEASE_LOCK(l) ({OSSemPost((*(l))); (0); }) macro1477 #define RELEASE_LOCK(l) win32_release_lock(l) macro