Searched refs:PTHREAD_ONCE_INIT (Results 1 – 10 of 10) sorted by relevance
68 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
85 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
41 #define ONCE_FLAG_INIT PTHREAD_ONCE_INIT
68 #define PTHREAD_ONCE_INIT 0 macro
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()
58 MACRO(PTHREAD_ONCE_INIT); in pthread_h()
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;