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;
/bionic/benchmarks/
Dpthread_benchmark.cpp59 pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
/bionic/libc/include/
Dpthread.h97 #define PTHREAD_ONCE_INIT 0 macro
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp94 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT; in InitAtfork()
/bionic/tests/
Dpthread_test.cpp997 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()
1010 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()
1018 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
/bionic/libc/dns/resolv/
Dres_cache.c1248 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;