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

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dgthr-default.h170 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; local
185 __gthrw_(pthread_mutex_lock) (&__gthread_active_mutex);
187 __gthrw_(pthread_mutex_unlock) (&__gthread_active_mutex);
H A Dgthr-posix.h170 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; local
185 __gthrw_(pthread_mutex_lock) (&__gthread_active_mutex);
187 __gthrw_(pthread_mutex_unlock) (&__gthread_active_mutex);

Completed in 223 milliseconds