Searched refs:__gthread_once_t (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/gcc/libgcc/config/
H A Dvxlib.c59 __gthread_once (__gthread_once_t *guard, void (*func)(void))
H A Dgthr-rtems.h42 typedef int __gthread_once_t; typedef
53 extern int rtems_gxx_once (__gthread_once_t *__once, void (*__func) (void));
81 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
H A Dgthr-vxworks.h142 __gthread_once_t; typedef in typeref:struct:__anon2049
152 extern int __gthread_once (__gthread_once_t *__once, void (*__func)(void));
H A Dvxlib-tls.c148 static __gthread_once_t tls_init_guard = __GTHREAD_ONCE_INIT;
/haiku-buildtools/legacy/gcc/gcc/
H A Dgthr-dce.h41 typedef pthread_once_t __gthread_once_t; typedef
80 __gthread_once (__gthread_once_t *once, void (*func) ())
H A Dgthr-posix.h40 typedef pthread_once_t __gthread_once_t; typedef
78 __gthread_once (__gthread_once_t *once, void (*func) ())
H A Dgthr-solaris.h46 } __gthread_once_t; typedef in typeref:struct:__anon3408
85 __gthread_once (__gthread_once_t *once, void (*func) ())
H A Dgthr-vxworks.h43 typedef char __gthread_once_t; typedef
51 __gthread_once (__gthread_once_t *once, void (*func) ())
H A Dframe.c157 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/haiku-buildtools/gcc/libgcc/
H A Dgthr-single.h32 typedef int __gthread_once_t; typedef
217 __gthread_once (__gthread_once_t *__once UNUSED, void (*__func) (void) UNUSED)
H A Dlibgcov-interface.c73 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Dunwind-sjlj.c114 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Demutls.c143 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Dgthr-posix.h49 typedef pthread_once_t __gthread_once_t; typedef
696 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
/haiku-buildtools/gcc/libgcc/config/mips/
H A Dgthr-mipssde.h43 typedef __sdethread_once_t __gthread_once_t; typedef
102 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
/haiku-buildtools/gcc/libgcc/config/s390/
H A Dgthr-tpf.h48 typedef pthread_once_t __gthread_once_t; typedef
100 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dguard.cc64 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
102 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Datexit_thread.cc122 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc142 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dgthr-win32.h347 } __gthread_once_t; typedef in typeref:struct:__anon2052
416 extern int __gthr_win32_once (__gthread_once_t *, void (*) (void));
436 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
552 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
H A Dgthr-win32.c70 __gthr_win32_once (__gthread_once_t *once, void (*func) (void))
/haiku-buildtools/gcc/libgcc/config/pa/
H A Dgthr-dce.h53 typedef pthread_once_t __gthread_once_t; typedef
439 __gthread_once (__gthread_once_t *__once, void (*__func) (void))
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h336 static __gthread_once_t _S_once;
386 static __gthread_once_t _S_once;
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dlocale.cc76 __gthread_once_t locale::_S_once = __GTHREAD_ONCE_INIT;
196 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dmt_allocator.h443 // On some platforms, __gthread_once_t is an aggregate.
444 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;
538 // On some platforms, __gthread_once_t is an aggregate.
539 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;

Completed in 359 milliseconds

12