Searched refs:pthread_once_t (Results 1 – 11 of 11) sorted by relevance
40 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { in pthread_once()41 volatile pthread_once_t* once_control_ptr = once_control; in pthread_once()
52 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
56 static pthread_once_t g_locale_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()
45 static pthread_once_t stubs_once = PTHREAD_ONCE_INIT;
55 pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
114 typedef .... pthread_once_t;
123 typedef volatile int pthread_once_t; typedef214 int pthread_once(pthread_once_t*, void (*)(void)) __nonnull((1, 2));
53 static pthread_once_t _res_once = PTHREAD_ONCE_INIT;
1238 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;
681 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()694 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()702 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()