Home | History | Annotate | Download | only in mpreal

Lines Matching refs:RELEASE_LOCK

1642   and at least INITIAL_LOCK, ACQUIRE_LOCK, RELEASE_LOCK and possibly

1664 #define RELEASE_LOCK(sl) pthread_release_lock(sl)
1764 #define RELEASE_LOCK(sl) win32_release_lock(sl)
1829 #define RELEASE_LOCK(sl) pthread_mutex_unlock(sl)
1860 #define RELEASE_LOCK(s) LeaveCriticalSection(sl)
1894 /* #define RELEASE_LOCK(sl) ... */
1913 #define RELEASE_MALLOC_GLOBAL_LOCK() RELEASE_LOCK(&malloc_global_mutex);
2604 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }