Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 12 of 12) 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.cpp89 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.h232 int pthread_once(pthread_once_t* _Nonnull __once, void (* _Nonnull __init_routine)(void));
/bionic/benchmarks/
Dpthread_benchmark.cpp59 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once()
/bionic/tests/
Dpthread_test.cpp1390 pthread_once_t once_control = PTHREAD_ONCE_INIT; in TEST()
1403 pthread_once_t once_control_2 = PTHREAD_ONCE_INIT; in Routine1()
1411 pthread_once_t once_control_1 = PTHREAD_ONCE_INIT; in TEST()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp269 static pthread_once_t atfork_init = PTHREAD_ONCE_INIT; in InitAtfork()
/bionic/libc/dns/resolv/
Dres_cache.c1300 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;