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

/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/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.h575 __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
H A Dunwind-dw2-fde.c69 __gthread_once (&once, init_object_mutex);
H A Dunwind-dw2.c1426 if (__gthread_once (&once_regsizes, init_dwarf_reg_size_table) != 0
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dguard.cc60 __gthread_once(&once, init);
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h444 __gthread_once(&__once, _S_initialize);
539 __gthread_once(&__once, _S_initialize);
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dlocale.cc208 __gthread_once(&_S_once, _S_initialize_once);
H A Dlocale_init.cc265 __gthread_once(&_S_once, _S_initialize_once);

Completed in 114 milliseconds