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

12

/openbsd-current/gnu/gcc/gcc/
H A Dgthr-rtems.h47 typedef int __gthread_once_t; typedef
58 extern int rtems_gxx_once (__gthread_once_t *once, void (*func) (void));
85 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-vxworks.h109 __gthread_once_t; typedef in typeref:struct:__anon293
113 extern int __gthread_once (__gthread_once_t *once, void (*func)(void));
H A Dgthr-tpf.h52 typedef pthread_once_t __gthread_once_t; typedef
103 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-nks.h279 typedef volatile long __gthread_once_t; typedef
284 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-win32.h341 } __gthread_once_t; typedef in typeref:struct:__anon294
411 extern int __gthr_win32_once (__gthread_once_t *, void (*) (void));
428 __gthread_once (__gthread_once_t *once, void (*func) (void))
532 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-dce.h48 typedef pthread_once_t __gthread_once_t; typedef
433 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-solaris.h52 } __gthread_once_t; typedef in typeref:struct:__anon291
406 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dunwind-sjlj.c119 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-rtems.h45 typedef int __gthread_once_t; typedef
55 extern int rtems_gxx_once (__gthread_once_t *once, void (*func) (void));
78 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-vxworks.h209 typedef char __gthread_once_t; typedef
217 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-win32.h340 } __gthread_once_t; typedef in typeref:struct:__anon6219
374 extern int __gthr_win32_once (__gthread_once_t *, void (*) (void));
385 __gthread_once (__gthread_once_t *once, void (*func) (void))
463 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-solaris.h45 } __gthread_once_t; typedef in typeref:struct:__anon6218
384 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-dce.h53 typedef pthread_once_t __gthread_once_t; typedef
413 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-posix.h41 typedef pthread_once_t __gthread_once_t; typedef
450 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dunwind-sjlj.c110 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/cpu/generic/
H A Datomicity.h44 extern __gthread_once_t _Atomic_add_mutex_once;
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_globals.cc65 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Deh_alloc.cc108 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dmisc-inst.cc99 __gthread_once_t _Atomic_add_mutex_once = __GTHREAD_ONCE_INIT;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_threads.h149 extern __gthread_once_t _GLIBCPP_once;
162 __gthread_once_t _M_once;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dgthr-win32.c73 __gthr_win32_once (__gthread_once_t *once, void (*func) (void))
/openbsd-current/gnu/gcc/gcc/config/
H A Dvxlib.c62 __gthread_once (__gthread_once_t *guard, void (*func)(void))
178 static __gthread_once_t tls_init_guard = __GTHREAD_ONCE_INIT;
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Dguard.cc59 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dgthr-win32.c74 __gthr_win32_once (__gthread_once_t *once, void (*func) (void))
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h312 static __gthread_once_t _S_once;
357 static __gthread_once_t _S_once;

Completed in 509 milliseconds

12