Searched refs:_MUTEX_UNLOCK (Results 1 – 2 of 2) sorted by relevance
56 #define _MUTEX_UNLOCK(x) if (__isthreaded) _pthread_mutex_unlock(x) macro95 _MUTEX_UNLOCK(&atexit_mutex); in atexit_register()101 _MUTEX_UNLOCK(&atexit_mutex); in atexit_register()114 _MUTEX_UNLOCK(&atexit_mutex); in atexit_register()203 _MUTEX_UNLOCK(&atexit_mutex); in __cxa_finalize()221 _MUTEX_UNLOCK(&atexit_mutex); in __cxa_finalize()
43 #define _MUTEX_UNLOCK(x) if (__isthreaded) _pthread_mutex_unlock(x) macro