Searched refs:pthread_once (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/pa/
H A Dstublib.c111 int pthread_once (void);
113 pthread_once (void) function
H A Dgthr-dce.h73 __gthrw(pthread_once)
442 return __gthrw_(pthread_once) (__once, __func);
/haiku-buildtools/legacy/gcc/gcc/
H A Dgthr-dce.h49 #pragma weak pthread_once macro
83 return pthread_once (once, func);
H A Dgthr-posix.h48 #pragma weak pthread_once macro
81 return pthread_once (once, func);
/haiku-buildtools/gcc/libgcc/
H A Dgeneric-morestack-thread.c48 extern int pthread_once (pthread_once_t *, void (*) (void))
77 pthread_once. */
149 err = pthread_once (&create_key_once, create_key);
152 static const char msg[] = "pthread_once failed: errno ";
H A Dgthr-posix.h101 __gthrw(pthread_once)
160 error value. However pthread_once returns 0 without invoking the routine
193 if (__gthrw_(pthread_once))
198 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger);
265 libraries. We can't use pthread_once as some libc versions call the
699 return __gthrw_(pthread_once) (__once, __func);
/haiku-buildtools/gcc/libgcc/config/s390/
H A Dgthr-tpf.h77 __gthrw(pthread_once)
103 return __gthrw_(pthread_once) (__once, __func);
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dos_mutex-unix.c149 * Function used with pthread_once to initialize the global OS mutex. Since
150 * pthread_once requires a function which takes no parameters and has no
165 // pthread_once_t used with pthread_once to guarantee that
172 pthread_once(&global_os_mutex_is_initialized,
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_myo_target.cpp158 pthread_once(&once_control, __offload_myo_once_init);
H A Doffload_util.h158 #define __offload_run_once(ctrl, func) pthread_once(ctrl, func)
/haiku-buildtools/binutils/gold/
H A Dgold-threads.cc306 // pthread_once.
320 // A routine passed to pthread_once which runs the Once pointer.
357 // If there is no threads support, we don't need to use pthread_once.
390 // pthread_once, we use a static variable: once_pointer. This in
401 err = pthread_once(this->once_->once_control(), c_run_once);
403 gold_fatal(_("pthread_once failed: %s"), strerror(err));
/haiku-buildtools/gcc/liboffloadmic/plugin/
H A Dlibgomp-plugin-intelmic.cpp212 pthread_once (&main_image_is_registered, register_main_image);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr47333.C367 extern int pthread_once (pthread_once_t *__once_control,
381 static __typeof(pthread_once) __gthrw_pthread_once __attribute__ ((__weakref__("pthread_once")));
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc1270 TSAN_INTERCEPTOR(int, pthread_once, void *o, void (*f)()) {
1271 SCOPED_INTERCEPTOR_RAW(pthread_once, o, f);
2468 TSAN_INTERCEPT(pthread_once);
/haiku-buildtools/gcc/libgomp/
H A Dtarget.c113 (void) pthread_once (&gomp_is_initialized, gomp_target_init);

Completed in 207 milliseconds