Home
last modified time | relevance | path

Searched refs:PTHREAD_ONCE_INIT (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
DNetdClient.cpp52 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
Dlocale.cpp70 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
160 static pthread_once_t g_uselocale_once = PTHREAD_ONCE_INIT;
Dmalloc_debug_common.cpp513 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()
/bionic/benchmarks/
Dpthread_benchmark.cpp71 pthread_once_t once = PTHREAD_ONCE_INIT; in Run()
/bionic/libc/include/
Dpthread.h97 #define PTHREAD_ONCE_INIT 0 macro
/bionic/tests/
Dpthread_test.cpp930 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()
/bionic/libc/dns/resolv/
Dres_cache.c1243 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;