Home
last modified time | relevance | path

Searched refs:__gthread_once (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/
Dgthr-vxworks-tls.c243 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_create()
273 __gthread_once (&tls_init_guard, tls_init); in __gthread_key_delete()
Dgthr-vxworks.c54 __gthread_once (__gthread_once_t * __guard, void (*__func) (void)) in __gthread_once() function
Dgthr-rtems.h103 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once() function
Dgthr-vxworks.h221 extern int __gthread_once (__gthread_once_t *__once, void (*__func)(void));
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dguard.cc66 __gthread_once(&once, init); in get_static_mutex()
104 __gthread_once(&once, init_static_cond); in get_static_cond()
Datexit_thread.cc133 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/
Dgthr-win32.h417 __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/
Dgthr-single.h217 __gthread_once (__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED) in __gthread_once() function
Dunwind-sjlj.c114 if (__gthread_once (&once, fc_key_init) != 0 || use_fc_key < 0) in fc_key_init_once()
Demutls.c159 __gthread_once (&once, emutls_init); in __emutls_get_address()
Dlibgcov-interface.c60 __gthread_once (&once, init_mx); in init_mx_once()
Dgthr-posix.h700 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once() function
Dunwind-dw2-fde.c72 __gthread_once (&once, init_object_mutex); in init_object_mutex_once()
Dunwind-dw2.c1598 if (__gthread_once (&once_regsizes, init_dwarf_reg_size_table) != 0 in uw_init_context_1()
DChangeLog1827 * 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/
Dgthr-tpf.h100 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once() function
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dmt_allocator.h444 __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/
Dmutex891 if (int __e = __gthread_once(&__once._M_once, &__once_proxy))
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-199789 (eh_context_initialize): If __gthread_once fails, use static eh
DChangeLog-200028575 * 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.
DChangeLog-199815154 * gthr-solaris.h (__gthread_once): Do not use errno; return the
15158 value from __gthread_once.
DChangeLog-20081111 * gthr-single.h (__gthread_once): Adjust prototype to match all
20674 (__gthread_once): Add.
DChangeLog-200926653 * config/vxlib.c (__gthread_once): Add race guard for PPC.
DChangeLog-200216444 (__gthread_once,__gthread_key_create,
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20032270 __gthread_once.
2273 __gthread_once before returning _S_c_locale.

12