Searched refs:RELEASE_LOCK (Results 1 – 2 of 2) sorted by relevance
1420 #define RELEASE_LOCK(l) pthread_mutex_unlock(l)1433 #define RELEASE_LOCK(l) ({OSSemPost((*(l))); (0); }) macro1477 #define RELEASE_LOCK(l) win32_release_lock(l) macro1492 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);1500 #define RELEASE_MAGIC_INIT_LOCK() RELEASE_LOCK(&magic_init_mutex);2162 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
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) macro2002 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);2694 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }