Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/include/sys/
Dtypes.h80 typedef .... pthread_once_t;
/bionic/libc/include/
Dpthread.h87 typedef volatile int pthread_once_t; typedef
271 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
/bionic/libc/netbsd/resolv/
Dres_state.c53 static pthread_once_t _res_once = PTHREAD_ONCE_INIT;
Dres_cache.c1797 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;
/bionic/libc/bionic/
Dmalloc_debug_common.cpp500 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT;
501 static pthread_once_t malloc_fini_once_ctl = PTHREAD_ONCE_INIT;
Dpthread.c1189 int pthread_once( pthread_once_t* once_control, void (*init_routine)(void) ) in pthread_once()
1191 volatile pthread_once_t* ocptr = once_control; in pthread_once()
Dstubs.cpp45 static pthread_once_t stubs_once = PTHREAD_ONCE_INIT;
Dpthread-timers.c239 static pthread_once_t __timer_table_once = PTHREAD_ONCE_INIT;
/bionic/libc/netbsd/net/
Dreentrant.h132 #define once_t pthread_once_t