thread_key_t
static thread_key_t fdevname_key;
static thread_key_t ttyname_key;
static thread_key_t gai_key;
static thread_key_t name##_key; \
static thread_key_t res_key;
static thread_key_t rpc_call_key;
static thread_key_t nc_key = 0;
static thread_key_t key_call_key;
static thread_key_t rce_key = 0;
static thread_key_t tcp_key, udp_key;
static thread_key_t clnt_broadcast_key;
static thread_key_t ptsname_key;
static thread_key_t sig_key;
typedef int td_key_iter_f(thread_key_t, void (*)(void *), void *);