Searched refs:PTHREAD_ONCE_INIT (Results 1 – 8 of 8) sorted by relevance
53 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
85 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
60 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
68 #define PTHREAD_ONCE_INIT 0 macro
58 MACRO(PTHREAD_ONCE_INIT); in pthread_h()
100 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT; in InitAtfork()
1219 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()1232 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()1240 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
1304 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;