Searched refs:PTHREAD_ONCE_INIT (Results 1 – 5 of 5) sorted by relevance
499 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT;500 static pthread_once_t malloc_fini_once_ctl = PTHREAD_ONCE_INIT;
236 static pthread_once_t __timer_table_once = PTHREAD_ONCE_INIT;
43 static pthread_once_t stubs_once = PTHREAD_ONCE_INIT;
132 #define ONCE_INITIALIZER PTHREAD_ONCE_INIT
99 #define PTHREAD_ONCE_INIT 0 macro