| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/ |
| D | gthr-vxworks-tls.c | 243 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_create() 273 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_delete()
|
| D | gthr-vxworks.c | 54 __gthread_once (__gthread_once_t * __guard, void (*__func) (void)) in __gthread_once() function
|
| D | gthr-rtems.h | 103 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once() function
|
| D | gthr-vxworks.h | 221 extern int __gthread_once (__gthread_once_t *__once, void (*__func)(void));
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | guard.cc | 66 __gthread_once(&once, init); in get_static_mutex() 104 __gthread_once(&once, init_static_cond); in get_static_cond()
|
| D | atexit_thread.cc | 133 __gthread_once (&once, key_init); in __cxa_thread_atexit()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| D | gthr-win32.h | 417 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once() function 534 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once() function
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | gthr-single.h | 217 __gthread_once (__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED) in __gthread_once() function
|
| D | unwind-sjlj.c | 114 if (__gthread_once (&once, fc_key_init) != 0 || use_fc_key < 0) in fc_key_init_once()
|
| D | emutls.c | 159 __gthread_once (&once, emutls_init); in __emutls_get_address()
|
| D | libgcov-interface.c | 60 __gthread_once (&once, init_mx); in init_mx_once()
|
| D | gthr-posix.h | 700 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once() function
|
| D | unwind-dw2-fde.c | 72 __gthread_once (&once, init_object_mutex); in init_object_mutex_once()
|
| D | unwind-dw2.c | 1598 if (__gthread_once (&once_regsizes, init_dwarf_reg_size_table) != 0 in uw_init_context_1()
|
| D | ChangeLog | 1827 * config/gthr-vxworks.c (__gthread_once): Simplify comments and 3663 * config/vxlib.c (__gthread_once): Add missing value to 5206 (__gthread_once): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| D | gthr-tpf.h | 100 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once() function
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | mt_allocator.h | 444 __gthread_once(&__once, _S_initialize); in _GLIBCXX_VISIBILITY() 540 __gthread_once(&__once, _S_initialize); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | mutex | 891 if (int __e = __gthread_once(&__once._M_once, &__once_proxy))
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-1997 | 89 (eh_context_initialize): If __gthread_once fails, use static eh
|
| D | ChangeLog-2000 | 28575 * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise. 28577 * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise. 28579 * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise. 28581 * gthr-vxworks.h (__gthread_once): Likewise. 28583 * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise. 31901 (__gthread_once): Fix logic.
|
| D | ChangeLog-1998 | 15154 * gthr-solaris.h (__gthread_once): Do not use errno; return the 15158 value from __gthread_once.
|
| D | ChangeLog-2008 | 1111 * gthr-single.h (__gthread_once): Adjust prototype to match all 20674 (__gthread_once): Add.
|
| D | ChangeLog-2009 | 26653 * config/vxlib.c (__gthread_once): Add race guard for PPC.
|
| D | ChangeLog-2002 | 16444 (__gthread_once,__gthread_key_create,
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2003 | 2270 __gthread_once. 2273 __gthread_once before returning _S_c_locale.
|