Searched refs:pthread_once_t (Results 1 – 9 of 9) 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()
52 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
70 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;160 static pthread_once_t g_uselocale_once = PTHREAD_ONCE_INIT;
112 typedef .... pthread_once_t;
95 typedef int pthread_once_t; typedef212 int pthread_once(pthread_once_t*, void (*)(void)) __nonnull((1, 2));
59 pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
94 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT; in InitAtfork()
997 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()1010 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()1018 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
1248 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;