Searched refs:pthread_once_t (Results 1 – 9 of 9) sorted by relevance
80 typedef .... pthread_once_t;
87 typedef volatile int pthread_once_t; typedef271 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
53 static pthread_once_t _res_once = PTHREAD_ONCE_INIT;
1791 static pthread_once_t _res_cache_once = PTHREAD_ONCE_INIT;
517 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT;518 static pthread_once_t malloc_fini_once_ctl = PTHREAD_ONCE_INIT;
1199 int pthread_once( pthread_once_t* once_control, void (*init_routine)(void) ) in pthread_once()1201 volatile pthread_once_t* ocptr = once_control; in pthread_once()
45 static pthread_once_t stubs_once = PTHREAD_ONCE_INIT;
236 static pthread_once_t __timer_table_once = PTHREAD_ONCE_INIT;
131 #define once_t pthread_once_t