#include #include #include #include "thread_internal.h" extern struct _thread_key __thread_keys[PTHREAD_KEYS_MAX]; int pthread_setspecific(pthread_key_t key, const void *value) { int id; __THREAD_INIT(); id=__find_thread_id(getpid()); if ((key