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

  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 200 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; local
215 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 187 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; local
202 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);

Completed in 30 milliseconds