Searched refs:pthread_once_t (Results 1 – 4 of 4) sorted by relevance
42 typedef int pthread_once_t; typedef186 int pthread_once(pthread_once_t * once_control, void (*init_routine) (void));
1038 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
151 static pthread_once_t once = PTHREAD_ONCE_INIT; in emutls_get_index()
482 pthread_once_t _m_once = PTHREAD_ONCE_INIT;
Completed in 6 milliseconds