Searched refs:pthread_once_t (Results 1 – 25 of 36) sorted by relevance
12
40 (void)pthread_once((pthread_once_t *)flag, func); in call_once()43 _Static_assert(sizeof(once_flag) == sizeof(pthread_once_t),
38 _libc_once(pthread_once_t *once_control, void (*init_routine)(void)) in _libc_once()58 _once(pthread_once_t *once_control, void (*init_routine)(void)) in _once()
44 static pthread_once_t aux_vector_once = PTHREAD_ONCE_INIT;66 static pthread_once_t aux_once = PTHREAD_ONCE_INIT;
149 static pthread_once_t dl_phdr_info_once = PTHREAD_ONCE_INIT;
53 pthread_once_t *once_control; in once_cancel_handler()64 _pthread_once(pthread_once_t *once_control, void (*init_routine) (void)) in _pthread_once()
30 typedef __darwin_pthread_once_t pthread_once_t; typedef
30 typedef pthread_once_t isc_once_t;
74 typedef struct pthread_once pthread_once_t; typedef
54 static pthread_once_t keyinit = PTHREAD_ONCE_INIT; \
90 #define once_t pthread_once_t
246 int _once(pthread_once_t *, void (*)(void));
74 pthread_once_t once;
43 pthread_once_t lc_once;
47 typedef pthread_once_t __gthread_once_t;174 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
46 typedef pthread_once_t __gthread_once_t;140 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; in __gthread_active_p()
37 pthread_once (pthread_once_t *once ATTRIBUTE_UNUSED, in pthread_once()
52 typedef pthread_once_t __gthread_once_t;
48 typedef pthread_once_t __gthread_once_t;
56 static pthread_once_t sigev_once = PTHREAD_ONCE_INIT;57 static pthread_once_t sigev_once_default = PTHREAD_ONCE_INIT;
56 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in pthread_create()
43 static pthread_once_t once = PTHREAD_ONCE_INIT;
132 static pthread_once_t once_control = PTHREAD_ONCE_INIT;
306 static const pthread_once_t once_init = PTHREAD_ONCE_INIT;
246 int pthread_once(pthread_once_t *, void (*) (void)) __nonnull_all;
60 static pthread_once_t _term_once_##x = PTHREAD_ONCE_INIT