Lines Matching refs:RELEASE_LOCK
1396 #define RELEASE_LOCK(l) pthread_mutex_unlock(l)
1430 #define RELEASE_LOCK(l) win32_release_lock(l)
1445 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);
1453 #define RELEASE_MAGIC_INIT_LOCK() RELEASE_LOCK(&magic_init_mutex);
2148 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }