Searched refs:PTHREAD_ONCE_INIT (Results 1 – 7 of 7) sorted by relevance
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;
513 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT; in malloc_debug_init()522 static pthread_once_t malloc_fini_once_ctl = PTHREAD_ONCE_INIT; in malloc_debug_fini()
71 pthread_once_t once = PTHREAD_ONCE_INIT; in Run()
97 #define PTHREAD_ONCE_INIT 0 macro
930 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()943 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()951 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
1243 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;