Home
last modified time | relevance | path

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

/bionic/libc/bionic/
DNetdClient.cpp53 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
Dlocale.cpp85 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
/bionic/benchmarks/
Dpthread_benchmark.cpp60 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
/bionic/libc/include/
Dpthread.h68 #define PTHREAD_ONCE_INIT 0 macro
/bionic/tests/headers/posix/
Dpthread_h.c58 MACRO(PTHREAD_ONCE_INIT); in pthread_h()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp100 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT; in InitAtfork()
/bionic/tests/
Dpthread_test.cpp1219 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()
1232 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()
1240 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;