Searched refs:pthread_getspecific (Results 1 – 5 of 5) sorted by relevance
53 return (SDL_TLSData *)pthread_getspecific(thread_local_storage); in SDL_SYS_GetTLSData()
179 void* pthread_getspecific(pthread_key_t key);
219 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
121 return pthread_getspecific(key); in aos_task_getspecific()
409 JNIEnv *env = pthread_getspecific(mThreadKey); in Android_JNI_GetEnv()
Completed in 17 milliseconds