Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systls.c53 return (SDL_TLSData *)pthread_getspecific(thread_local_storage); in SDL_SYS_GetTLSData()
/AliOS-Things-master/components/posix/include/
A Dpthread.h179 void* pthread_getspecific(pthread_key_t key);
/AliOS-Things-master/components/posix/src/
A Dpthread_tsd.c219 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c121 return pthread_getspecific(key); in aos_task_getspecific()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c409 JNIEnv *env = pthread_getspecific(mThreadKey); in Android_JNI_GetEnv()

Completed in 17 milliseconds