Home
last modified time | relevance | path

Searched refs:pthread_once (Results 1 – 5 of 5) sorted by relevance

/components/libc/posix/tls/
A Demutls.c152 pthread_once(&once, emutls_init); in emutls_get_index()
/components/libc/posix/pthreads/
A Dpthread.c1038 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once() function
1056 RTM_EXPORT(pthread_once);
A Dpthread.h186 int pthread_once(pthread_once_t * once_control, void (*init_routine) (void));
/components/libc/cplusplus/cpp11/gcc/
A Dmutex489 extern "C" void once_proxy(); // passed into pthread_once
503 int err = pthread_once(&flag._m_once, &once_proxy);
/components/libc/
A Dposix-info.txt109 + pthread_once()

Completed in 6 milliseconds