HomeSort by: relevance | last modified time | path
    Searched defs:__gthread_active_mutex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 199 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; local
214 __gthrw_(pthread_mutex_lock) (&__gthread_active_mutex);
216 __gthrw_(pthread_mutex_unlock) (&__gthread_active_mutex);
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 186 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; local
201 __gthrw_(pthread_mutex_lock) (&__gthread_active_mutex);
203 __gthrw_(pthread_mutex_unlock) (&__gthread_active_mutex);

Completed in 24 milliseconds