Searched refs:pthread_once_t (Results 1 – 12 of 12) sorted by relevance
41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { in pthread_once()42 static_assert(sizeof(atomic_int) == sizeof(pthread_once_t), in pthread_once()
68 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
89 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
82 typedef int pthread_once_t; typedef
57 TYPE(pthread_once_t); in sys_types_h()
83 TYPE(pthread_once_t); in pthread_h()178 FUNCTION(pthread_once, int (*f)(pthread_once_t*, void (*)(void))); in pthread_h()
59 typedef pthread_once_t once_flag;
232 int pthread_once(pthread_once_t* _Nonnull __once, void (* _Nonnull __init_routine)(void));
59 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
1390 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()1403 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()1411 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
269 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT; in InitAtfork()
1300 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;