Searched refs:__gthread_once (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/gcc/libgcc/config/
H A Dvxlib.c59 __gthread_once (__gthread_once_t *guard, void (*func)(void)) function
H A Dgthr-vxworks.h152 extern int __gthread_once (__gthread_once_t *__once, void (*__func)(void));
H A Dvxlib-tls.c243 __gthread_once (&tls_init_guard, tls_init);
273 __gthread_once (&tls_init_guard, tls_init);
H A Dgthr-rtems.h81 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dgthr-dce.h80 __gthread_once (__gthread_once_t *once, void (*func) ()) function
H A Dgthr-posix.h78 __gthread_once (__gthread_once_t *once, void (*func) ()) function
H A Dgthr-solaris.h85 __gthread_once (__gthread_once_t *once, void (*func) ()) function
H A Dgthr-vxworks.h51 __gthread_once (__gthread_once_t *once, void (*func) ()) function
H A Dframe.c158 __gthread_once (&once, init_object_mutex);
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dguard.cc65 __gthread_once(&once, init);
103 __gthread_once(&once, init_static_cond);
H A Datexit_thread.cc121 // When threads are active use __gthread_once.
123 __gthread_once (&once, key_init);
/haiku-buildtools/gcc/libgcc/
H A Dgthr-single.h217 __gthread_once (__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED) function
H A Dlibgcov-interface.c74 __gthread_once (&once, init_mx);
H A Dunwind-sjlj.c115 if (__gthread_once (&once, fc_key_init) != 0 || use_fc_key < 0)
H A Demutls.c144 __gthread_once (&once, emutls_init);
H A Dgthr-posix.h696 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) function
H A Dunwind-dw2-fde.c64 __gthread_once (&once, init_object_mutex);
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc143 __gthread_once (&once, key_init);
/haiku-buildtools/gcc/libgcc/config/mips/
H A Dgthr-mipssde.h102 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) function
/haiku-buildtools/gcc/libgcc/config/s390/
H A Dgthr-tpf.h100 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) function
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dgthr-win32.h436 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) function
552 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) function
/haiku-buildtools/gcc/libgcc/config/pa/
H A Dgthr-dce.h439 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) function
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dmt_allocator.h445 __gthread_once(&__once, _S_initialize);
540 __gthread_once(&__once, _S_initialize);
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dlocale.cc211 __gthread_once(&_S_once, _S_initialize_once);
H A Dlocale_init.cc316 __gthread_once(&_S_once, _S_initialize_once);

Completed in 105 milliseconds

12