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

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Datexit.c66 #define _MUTEX_LOCK(x) if (__isthreaded) _pthread_mutex_lock(x) macro
100 _MUTEX_LOCK(&atexit_mutex);
109 _MUTEX_LOCK(&atexit_mutex);
114 _MUTEX_LOCK(&atexit_mutex);
210 _MUTEX_LOCK(&atexit_mutex);
236 _MUTEX_LOCK(&atexit_mutex);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c48 #define _MUTEX_LOCK(x) if (__isthreaded) _pthread_mutex_lock(x) macro
1602 _MUTEX_LOCK(&gmt_mutex);

Completed in 77 milliseconds