Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dtypes.h82 typedef .... pthread_once_t;
/bionic/libc/include/
Dpthread.h83 typedef volatile int pthread_once_t; typedef
267 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
/bionic/libc/stdio/
Dflockfile.c72 static pthread_once_t _lockTable_once = PTHREAD_ONCE_INIT;
/bionic/libc/netbsd/resolv/
Dres_state.c53 static pthread_once_t _res_once;
Dres_cache.c1563 static pthread_once_t _res_cache_once;
/bionic/libc/netbsd/net/
Dreentrant.h131 #define once_t pthread_once_t
/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.c1899 int pthread_once( pthread_once_t* once_control, void (*init_routine)(void) ) in pthread_once()
1902 volatile pthread_once_t* ocptr = once_control; in pthread_once()
1904 pthread_once_t tmp = *ocptr; in pthread_once()
/bionic/libc/docs/
DOVERVIEW.TXT364 then the C library will keep the corresponding pthread_once_t mutex
369 pthread_once_t. Unfortunately this requires tricky assembly code that