Searched refs:pthread_once_t (Results 1 – 25 of 48) sorted by relevance
12
27 _Static_assert (sizeof (once_flag) == sizeof (pthread_once_t), in __call_once()29 _Static_assert (alignof (once_flag) == alignof (pthread_once_t), in __call_once()31 __pthread_once ((pthread_once_t *) flag, func); in __call_once()
22 static pthread_once_t once = PTHREAD_ONCE_INIT;
25 static pthread_once_t once = PTHREAD_ONCE_INIT;
26 static pthread_once_t once = PTHREAD_ONCE_INIT;
27 pthread_once_t *once_control = arg; in clear_once_control()32 __pthread_once (pthread_once_t *once_control, void (*init_routine) (void)) in __pthread_once()34 ASSERT_TYPE_SIZE (pthread_once_t, __SIZEOF_PTHREAD_ONCE_T); in __pthread_once()
56 static pthread_once_t o = PTHREAD_ONCE_INIT; in __pthread_key_lock_ready()
63 int __pthread_once (pthread_once_t *, void (*) (void));119 int (*ptr_pthread_once) (pthread_once_t *, void (*) (void));
141 CLASS pthread_once_t NAME144 CLASS pthread_once_t NAME = PTHREAD_ONCE_INIT223 extern int __pthread_once (pthread_once_t *__once_control,
53 typedef int __ONCE_ALIGNMENT pthread_once_t; typedef
128 typedef struct __pthread_once pthread_once_t; typedef
31 extern pthread_once_t __timer_helper_once attribute_hidden;
39 pthread_once_t:i
Completed in 24 milliseconds