Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systls.c27 #define INVALID_PTHREAD_KEY ((pthread_key_t)-1)
29 static pthread_key_t thread_local_storage = INVALID_PTHREAD_KEY;
39 pthread_key_t storage; in SDL_SYS_GetTLSData()
/AliOS-Things-master/components/posix/include/
A Dpthread.h100 typedef int pthread_key_t; typedef
177 int pthread_key_create(pthread_key_t *key, void (*destructor)(void*));
178 int pthread_setspecific(pthread_key_t key, const void *value);
179 void* pthread_getspecific(pthread_key_t key);
180 int pthread_key_delete(pthread_key_t key);
/AliOS-Things-master/components/posix/src/
A Dpthread_tsd.c29 pthread_key_t key_num;
79 int pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create()
129 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific()
219 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific()
262 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp47 static pthread_key_t g_ThreadKey;
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c290 static pthread_key_t mThreadKey;

Completed in 12 milliseconds