Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 13 of 13) 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.cpp68 static pthread_once_t netdClientInitOnce = PTHREAD_ONCE_INIT;
Dlocale.cpp85 static pthread_once_t g_locale_once = PTHREAD_ONCE_INIT;
/bionic/libc/include/bits/
Dpthread_types.h82 typedef int pthread_once_t; typedef
/bionic/tests/headers/posix/
Dsys_types_h.c57 TYPE(pthread_once_t); in sys_types_h()
Dpthread_h.c83 TYPE(pthread_once_t); in pthread_h()
178 FUNCTION(pthread_once, int (*f)(pthread_once_t*, void (*)(void))); in pthread_h()
/bionic/libc/include/
Dthreads.h59 typedef pthread_once_t once_flag;
Dpthread.h227 int pthread_once(pthread_once_t* __once, void (*__init_routine)(void));
/bionic/libc/malloc_debug/
DUnwindBacktrace.cpp53 static pthread_once_t g_setup_once = PTHREAD_ONCE_INIT;
Dmalloc_debug.cpp172 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT; in InitAtfork()
/bionic/benchmarks/
Dpthread_benchmark.cpp59 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
/bionic/tests/
Dpthread_test.cpp1350 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()
1363 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()
1371 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;