Searched refs:PTHREAD_ONCE_INIT (Results 1 – 9 of 9) sorted by relevance
68 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
85 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
53 static pthread_once_t g_setup_once = PTHREAD_ONCE_INIT;
41 #define ONCE_FLAG_INIT PTHREAD_ONCE_INIT
68 #define PTHREAD_ONCE_INIT 0 macro
59 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
58 MACRO(PTHREAD_ONCE_INIT); in pthread_h()
1349 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()1362 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()1370 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
1304 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;