Searched refs:PTHREAD_ONCE_INIT (Results 1 – 7 of 7) sorted by relevance
72 static pthread_once_t _lockTable_once = PTHREAD_ONCE_INIT;
132 #define ONCE_INITIALIZER PTHREAD_ONCE_INIT
95 #define PTHREAD_ONCE_INIT 0 macro
478 static pthread_once_t malloc_init_once_ctl = PTHREAD_ONCE_INIT;
115 static pthread_once_t the_once = PTHREAD_ONCE_INIT;
237 static pthread_once_t __timer_table_once = PTHREAD_ONCE_INIT;
1906 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()