Searched refs:pthread_once (Results 1 – 5 of 5) sorted by relevance
152 pthread_once(&once, emutls_init); in emutls_get_index()
1038 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once() function1056 RTM_EXPORT(pthread_once);
186 int pthread_once(pthread_once_t * once_control, void (*init_routine) (void));
489 extern "C" void once_proxy(); // passed into pthread_once503 int err = pthread_once(&flag._m_once, &once_proxy);
109 + pthread_once()
Completed in 6 milliseconds