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

/freebsd-10.1-release/contrib/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:__anon1142
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:__anon1143
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:__anon1140
406 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dunwind-sjlj.c119 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Dgthr-posix.h47 typedef pthread_once_t __gthread_once_t; typedef
575 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dgthr-posix95.h46 typedef pthread_once_t __gthread_once_t; typedef
541 __gthread_once (__gthread_once_t *once, void (*func) (void))
H A Dunwind-dw2-fde.c68 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
H A Dunwind-dw2.c1425 static __gthread_once_t once_regsizes = __GTHREAD_ONCE_INIT;
/freebsd-10.1-release/contrib/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;
/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A Dguard.cc59 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dgthr-win32.c74 __gthr_win32_once (__gthread_once_t *once, void (*func) (void))
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h312 static __gthread_once_t _S_once;
357 static __gthread_once_t _S_once;
/freebsd-10.1-release/contrib/libstdc++/src/
H A Dlocale.cc74 __gthread_once_t locale::_S_once = __GTHREAD_ONCE_INIT;
193 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
/freebsd-10.1-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h442 // On some platforms, __gthread_once_t is an aggregate.
443 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;
537 // On some platforms, __gthread_once_t is an aggregate.
538 static __gthread_once_t __once = __GTHREAD_ONCE_INIT;

Completed in 143 milliseconds