Searched refs:_MUTEX_UNLOCK (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Datexit.c67 #define _MUTEX_UNLOCK(x) if (__isthreaded) _pthread_mutex_unlock(x) macro
106 _MUTEX_UNLOCK(&atexit_mutex);
112 _MUTEX_UNLOCK(&atexit_mutex);
124 _MUTEX_UNLOCK(&atexit_mutex);
225 _MUTEX_UNLOCK(&atexit_mutex);
241 _MUTEX_UNLOCK(&atexit_mutex);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c49 #define _MUTEX_UNLOCK(x) if (__isthreaded) _pthread_mutex_unlock(x) macro
1622 _MUTEX_UNLOCK(&gmt_mutex);

Completed in 77 milliseconds