RELEASE_LOCK 1704 compat/nedmalloc/malloc.c.h #define RELEASE_LOCK(sl) pthread_release_lock(sl) RELEASE_LOCK 1805 compat/nedmalloc/malloc.c.h #define RELEASE_LOCK(sl) win32_release_lock(sl) RELEASE_LOCK 1888 compat/nedmalloc/malloc.c.h #define RELEASE_LOCK(sl) pthread_mutex_unlock(sl) RELEASE_LOCK 1919 compat/nedmalloc/malloc.c.h #define RELEASE_LOCK(s) LeaveCriticalSection(s)