Searched refs:__gthread_active_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgthr-dce.h107 static void *const __gthread_active_ptr = (void *) &__gthrw_(pthread_create); local
108 return __gthread_active_ptr != 0;
H A Dgthr-solaris.h108 static void *const __gthread_active_ptr = (void *) &__gthrw_(thr_create); local
109 return __gthread_active_ptr != 0;
H A Dgthr-posix.h208 static void *const __gthread_active_ptr
210 return __gthread_active_ptr != 0;
H A Dgthr-posix95.h168 static void *const __gthread_active_ptr
170 return __gthread_active_ptr != 0;

Completed in 52 milliseconds