Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dflockfile.c72 static pthread_once_t _lockTable_once = PTHREAD_ONCE_INIT;
/bionic/libc/netbsd/net/
Dreentrant.h132 #define ONCE_INITIALIZER PTHREAD_ONCE_INIT
/bionic/libc/include/
Dpthread.h95 #define PTHREAD_ONCE_INIT 0 macro
/bionic/libc/bionic/
Dmalloc_debug_common.c478 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT;
Dstubs.c115 static pthread_once_t the_once = PTHREAD_ONCE_INIT;
Dpthread-timers.c237 static pthread_once_t __timer_table_once = PTHREAD_ONCE_INIT;
Dpthread.c1906 if (tmp == PTHREAD_ONCE_INIT) { in pthread_once()
1908 if (*ocptr == PTHREAD_ONCE_INIT) { in pthread_once()
1911 *ocptr = ~PTHREAD_ONCE_INIT; in pthread_once()