Searched refs:PTHREAD_ONCE_INIT (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/netbsd/resolv/
H A Dres_state.c53 static pthread_once_t _res_once = PTHREAD_ONCE_INIT;
H A Dres_cache.c1791 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;
/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp517 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT;
518 static pthread_once_t malloc_fini_once_ctl = PTHREAD_ONCE_INIT;
H A Dpthread-timers.c236 static pthread_once_t __timer_table_once = PTHREAD_ONCE_INIT;
H A Dstubs.cpp45 static pthread_once_t stubs_once = PTHREAD_ONCE_INIT;
/bionic/libc/include/
H A Dpthread.h99 #define PTHREAD_ONCE_INIT 0 macro
/bionic/libc/netbsd/net/
H A Dreentrant.h132 #define ONCE_INITIALIZER PTHREAD_ONCE_INIT

Completed in 2179 milliseconds