Searched refs:__GTHREAD_ONCE_INIT (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dgthr-rtems.h40 #define __GTHREAD_ONCE_INIT 0 macro
H A Dgthr-vxworks.h111 #define __GTHREAD_ONCE_INIT { 0, 0 } macro
H A Dgthr-tpf.h63 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT macro
H A Dgthr-nks.h281 #define __GTHREAD_ONCE_INIT 0 macro
H A Dunwind-sjlj.c119 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Dgthr-dce.h52 #define __GTHREAD_ONCE_INIT pthread_once_init macro
H A Dgthr-solaris.h61 #define __GTHREAD_ONCE_INIT { DEFAULTMUTEX, 0 } macro
H A Dgthr-posix.h52 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT macro
H A Dgthr-posix95.h56 #define __GTHREAD_ONCE_INIT PTHREAD_ONCE_INIT macro
H A Dgthr-win32.h355 #define __GTHREAD_ONCE_INIT {0, -1} macro
H A Dunwind-dw2-fde.c68 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Dunwind-dw2.c1434 static __gthread_once_t once_regsizes = __GTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dguard.cc59 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/gcc/config/
H A Dvxlib.c178 static __gthread_once_t tls_init_guard = __GTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale.cc74 __gthread_once_t locale::_S_once = __GTHREAD_ONCE_INIT;
193 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dmt_allocator.h443 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;
538 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;

Completed in 204 milliseconds