Searched refs:pthread_once (Results 1 – 21 of 21) sorted by relevance
| /freebsd-9-stable/sys/sys/ |
| D | _pthreadtypes.h | 50 struct pthread_once; 74 typedef struct pthread_once pthread_once_t; 93 struct pthread_once { struct
|
| /freebsd-9-stable/contrib/gcc/ |
| D | gthr-posix.h | 82 __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()
|
| D | gthr-posix95.h | 68 __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()
|
| D | gthr-tpf.h | 81 __gthrw(pthread_once) 106 return __gthrw_(pthread_once) (once, func); in __gthread_once()
|
| D | gthr-dce.h | 68 __gthrw(pthread_once) 436 return __gthrw_(pthread_once) (once, func); in __gthread_once()
|
| D | gthr-posix.c | 37 pthread_once (pthread_once_t *once ATTRIBUTE_UNUSED, in pthread_once() function
|
| /freebsd-9-stable/contrib/ntp/lib/isc/pthreads/include/isc/ |
| D | once.h | 47 ((pthread_once((op), (f)) == 0) ? \
|
| /freebsd-9-stable/contrib/bind9/lib/isc/pthreads/include/isc/ |
| D | once.h | 47 ((pthread_once((op), (f)) == 0) ? \
|
| /freebsd-9-stable/contrib/xz/src/common/ |
| D | mythread.h | 22 pthread_once(&once_, &func); \
|
| /freebsd-9-stable/lib/libkse/thread/ |
| D | thr_once.c | 37 __weak_reference(_pthread_once, pthread_once);
|
| /freebsd-9-stable/lib/libthr/thread/ |
| D | thr_once.c | 36 __weak_reference(_pthread_once, pthread_once);
|
| /freebsd-9-stable/include/ |
| D | pthread.h | 224 int pthread_once(pthread_once_t *, void (*) (void));
|
| /freebsd-9-stable/contrib/libcxxrt/ |
| D | exception.cc | 41 #pragma weak pthread_once macro 397 if ((0 == pthread_once) || pthread_once(&once_control, init_key)) in thread_info()
|
| /freebsd-9-stable/lib/libkse/ |
| D | kse.map | 96 pthread_once;
|
| /freebsd-9-stable/lib/libc/include/ |
| D | namespace.h | 168 #define pthread_once _pthread_once macro
|
| D | un-namespace.h | 149 #undef pthread_once
|
| /freebsd-9-stable/lib/libthr/ |
| D | pthread.map | 104 pthread_once;
|
| /freebsd-9-stable/share/man/man3/ |
| D | Makefile | 216 pthread_once.3 \
|
| /freebsd-9-stable/lib/libc/gen/ |
| D | Symbol.map | 52 pthread_once;
|
| D | _pthread_stubs.c | 232 STUB_FUNC2(pthread_once, PJT_ONCE, int, void *, void *)
|
| /freebsd-9-stable/contrib/xz/ |
| D | ChangeLog | 4786 liblzma uses pthread_once() to do the initializations unless
|