Searched refs:pthread_once_t (Results 1 – 13 of 13) 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;
85 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;
227 int pthread_once(pthread_once_t* __once, void (*__init_routine)(void));
53 static pthread_once_t g_setup_once = PTHREAD_ONCE_INIT;
172 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT; in InitAtfork()
59 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
1350 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()1363 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()1371 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
1304 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;