Home
last modified time | relevance | path

Searched refs:pthread_once (Results 1 – 21 of 21) sorted by relevance

/freebsd-9-stable/sys/sys/
D_pthreadtypes.h50 struct pthread_once;
74 typedef struct pthread_once pthread_once_t;
93 struct pthread_once { struct
/freebsd-9-stable/contrib/gcc/
Dgthr-posix.h82 __gthrw3(pthread_once)
92 __gthrw(pthread_once)
184 if (__gthrw_(pthread_once)) in __gthread_active_p()
189 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger); in __gthread_active_p()
578 return __gthrw_(pthread_once) (once, func); in __gthread_once()
Dgthr-posix95.h68 __gthrw(pthread_once)
144 if (__gthrw_(pthread_once)) in __gthread_active_p()
149 __gthrw_(pthread_once) (&__gthread_active_once, __gthread_trigger); in __gthread_active_p()
538 return __gthrw_(pthread_once) (once, func); in __gthread_once()
Dgthr-tpf.h81 __gthrw(pthread_once)
106 return __gthrw_(pthread_once) (once, func); in __gthread_once()
Dgthr-dce.h68 __gthrw(pthread_once)
436 return __gthrw_(pthread_once) (once, func); in __gthread_once()
Dgthr-posix.c37 pthread_once (pthread_once_t *once ATTRIBUTE_UNUSED, in pthread_once() function
/freebsd-9-stable/contrib/ntp/lib/isc/pthreads/include/isc/
Donce.h47 ((pthread_once((op), (f)) == 0) ? \
/freebsd-9-stable/contrib/bind9/lib/isc/pthreads/include/isc/
Donce.h47 ((pthread_once((op), (f)) == 0) ? \
/freebsd-9-stable/contrib/xz/src/common/
Dmythread.h22 pthread_once(&once_, &func); \
/freebsd-9-stable/lib/libkse/thread/
Dthr_once.c37 __weak_reference(_pthread_once, pthread_once);
/freebsd-9-stable/lib/libthr/thread/
Dthr_once.c36 __weak_reference(_pthread_once, pthread_once);
/freebsd-9-stable/include/
Dpthread.h224 int pthread_once(pthread_once_t *, void (*) (void));
/freebsd-9-stable/contrib/libcxxrt/
Dexception.cc41 #pragma weak pthread_once macro
397 if ((0 == pthread_once) || pthread_once(&once_control, init_key)) in thread_info()
/freebsd-9-stable/lib/libkse/
Dkse.map96 pthread_once;
/freebsd-9-stable/lib/libc/include/
Dnamespace.h168 #define pthread_once _pthread_once macro
Dun-namespace.h149 #undef pthread_once
/freebsd-9-stable/lib/libthr/
Dpthread.map104 pthread_once;
/freebsd-9-stable/share/man/man3/
DMakefile216 pthread_once.3 \
/freebsd-9-stable/lib/libc/gen/
DSymbol.map52 pthread_once;
D_pthread_stubs.c232 STUB_FUNC2(pthread_once, PJT_ONCE, int, void *, void *)
/freebsd-9-stable/contrib/xz/
DChangeLog4786 liblzma uses pthread_once() to do the initializations unless