Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/posix/include/
A Dpthread.h52 typedef int pthread_once_t; typedef
117 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void));
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_threadprio.c50 static pthread_once_t rtkit_initialize_once = PTHREAD_ONCE_INIT;
/AliOS-Things-master/components/posix/src/
A Dpthread.c487 int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c291 static pthread_once_t key_once = PTHREAD_ONCE_INIT;

Completed in 11 milliseconds