Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_once.cpp41 int pthread_once(pthread_once_t* once_control, void (*init_routine)(void)) { in pthread_once()
42 static_assert(sizeof(atomic_int) == sizeof(pthread_once_t), in pthread_once()
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/libc/include/sys/
Dtypes.h112 typedef .... pthread_once_t;
/bionic/libc/include/
Dpthread.h95 typedef int pthread_once_t; typedef
192 int pthread_once(pthread_once_t*, void (*)(void)) __nonnull((1, 2));
/bionic/benchmarks/
Dpthread_benchmark.cpp71 pthread_once_t once = PTHREAD_ONCE_INIT; in Run()
/bionic/tests/
Dpthread_test.cpp929 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()
942 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()
950 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;