Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.cpp499 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT;
500 static pthread_once_t malloc_fini_once_ctl = PTHREAD_ONCE_INIT;
Dpthread-timers.c236 static pthread_once_t __timer_table_once = PTHREAD_ONCE_INIT;
Dstubs.cpp43 static pthread_once_t stubs_once = PTHREAD_ONCE_INIT;
/bionic/libc/netbsd/net/
Dreentrant.h132 #define ONCE_INITIALIZER PTHREAD_ONCE_INIT
/bionic/libc/include/
Dpthread.h99 #define PTHREAD_ONCE_INIT 0 macro