Home
last modified time | relevance | path

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

/bionic/libc/bionic/
DNetdClient.cpp68 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
Dlocale.cpp85 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
/bionic/libc/malloc_debug/
DUnwindBacktrace.cpp53 static pthread_once_t g_setup_once = PTHREAD_ONCE_INIT;
/bionic/libc/include/
Dthreads.h41 #define ONCE_FLAG_INIT PTHREAD_ONCE_INIT
Dpthread.h68 #define PTHREAD_ONCE_INIT 0 macro
/bionic/benchmarks/
Dpthread_benchmark.cpp59 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
/bionic/tests/headers/posix/
Dpthread_h.c58 MACRO(PTHREAD_ONCE_INIT); in pthread_h()
/bionic/tests/
Dpthread_test.cpp1349 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()
1362 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()
1370 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
/bionic/libc/dns/resolv/
Dres_cache.c1304 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;