Searched refs:pthread_key_t (Results 1 – 5 of 5) sorted by relevance
80 typedef int pthread_key_t; typedef190 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));191 int pthread_key_delete (pthread_key_t);192 int pthread_setspecific(pthread_key_t key, const void *value);193 void *pthread_getspecific(pthread_key_t key);
80 typedef int pthread_key_t; typedef217 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));218 int pthread_key_delete (pthread_key_t);219 int pthread_setspecific(pthread_key_t key, const void *value);220 void *pthread_getspecific(pthread_key_t key);
80 typedef int pthread_key_t; typedef222 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));223 int pthread_key_delete (pthread_key_t);224 int pthread_setspecific(pthread_key_t key, const void *value);225 void *pthread_getspecific(pthread_key_t key);
80 typedef int pthread_key_t; typedef259 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *));260 int pthread_key_delete (pthread_key_t);261 int pthread_setspecific(pthread_key_t key, const void *value);262 void *pthread_getspecific(pthread_key_t key);
80 typedef .... pthread_key_t;