Searched refs:pthread_key_t (Results 1 – 10 of 10) sorted by relevance
84 typedef int pthread_key_t; typedef261 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));262 int pthread_key_delete (pthread_key_t);263 int pthread_setspecific(pthread_key_t key, const void *value);264 void *pthread_getspecific(pthread_key_t key);
41 static pthread_key_t name ## _key; \
1915 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) in pthread_key_create()1939 int pthread_key_delete(pthread_key_t key) in pthread_key_delete()1985 int pthread_setspecific(pthread_key_t key, const void *ptr) in pthread_setspecific()2002 void * pthread_getspecific(pthread_key_t key) in pthread_getspecific()
44 static pthread_key_t stubs_key;
80 typedef .... pthread_key_t;
24 pthread_key_t key; in TEST()
45 pthread_key_t _private_key;
52 static pthread_key_t _res_key;
125 #define thread_key_t pthread_key_t
195 pthread_key_t objects to each process. The implementation provides 64 real