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

12

/openbsd-current/gnu/lib/libstdc++/libstdc++/config/cpu/generic/
H A Datomicity.h54 __gthread_once (&__gnu_cxx::_Atomic_add_mutex_once,
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_globals.cc66 if (__gthread_once (&once, get_globals_init) != 0
H A Deh_alloc.cc109 __gthread_once (&once, emergency_mutex_init);
/openbsd-current/gnu/gcc/gcc/config/
H A Dvxlib.c62 __gthread_once (__gthread_once_t *guard, void (*func)(void)) function
265 __gthread_once (&tls_init_guard, tls_init);
295 __gthread_once (&tls_init_guard, tls_init);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_threads.h173 if (__gthread_once (&__gnu_cxx::_GLIBCPP_once,
180 // Even though we have a global lock, we use __gthread_once to be
184 if (__gthread_once (&_M_once,
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-rtems.h85 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-vxworks.h113 extern int __gthread_once (__gthread_once_t *once, void (*func)(void));
H A Dgthr-tpf.h103 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-nks.h284 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dunwind-sjlj.c120 if (__gthread_once (&once, fc_key_init) != 0 || use_fc_key < 0)
H A Dgthr-win32.h428 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
532 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-dce.h433 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-solaris.h406 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-posix.h572 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-posix95.h535 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-rtems.h78 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-vxworks.h217 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-win32.h385 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
463 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-solaris.h384 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dunwind-sjlj.c111 if (__gthread_once (&once, fc_key_init) != 0 || use_fc_key < 0)
H A Dgthr-dce.h413 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
H A Dgthr-posix.h450 __gthread_once (__gthread_once_t *once, void (*func) (void)) function
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Dguard.cc60 __gthread_once(&once, init);
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dmt_allocator.h444 __gthread_once(&__once, _S_initialize);
539 __gthread_once(&__once, _S_initialize);
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dlocale.cc208 __gthread_once(&_S_once, _S_initialize_once);

Completed in 141 milliseconds

12