Home
last modified time | relevance | path

Searched refs:pthread_setspecific (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systls.c62 if (pthread_setspecific(thread_local_storage, data) != 0) { in SDL_SYS_SetTLSData()
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp437 pthread_setspecific( g_ThreadKey, (void*)env ); in BOpen()
552 pthread_setspecific( g_ThreadKey, (void*)env ); in SendOutputReport()
574 pthread_setspecific( g_ThreadKey, (void*)env ); in SendFeatureReport()
609 pthread_setspecific( g_ThreadKey, (void*)env ); in GetFeatureReport()
685 pthread_setspecific( g_ThreadKey, (void*)env ); in Close()
760 pthread_setspecific(g_ThreadKey, NULL); in ThreadDestroyed()
/AliOS-Things-master/components/posix/include/
A Dpthread.h178 int pthread_setspecific(pthread_key_t key, const void *value);
/AliOS-Things-master/components/posix/src/
A Dpthread_tsd.c129 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() function
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c116 return pthread_setspecific(key, vp); in aos_task_setspecific()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c398 int status = pthread_setspecific(mThreadKey, env); in Android_JNI_SetEnv()

Completed in 13 milliseconds