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

/freebsd-11-stable/contrib/gcc/
H A Dgthr-posix.h174 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; local
189 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);
H A Dgthr-posix95.h140 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; local
155 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);

Completed in 138 milliseconds