thread_key_t
thread_key_t ses_key = THR_ONCE_KEY;
static thread_key_t s_thr_key;
static thread_key_t lookup_state_key;
static thread_key_t server_key;
static thread_key_t lookup_state_key;
static thread_key_t server_key;
static thread_key_t initf_key = THR_ONCE_KEY;
static thread_key_t loopback_key = THR_ONCE_KEY;
static thread_key_t errkey = THR_ONCE_KEY;
static thread_key_t bufkey = THR_ONCE_KEY;
thread_key_t door_key;
thread_key_t private_key; /* set by thr_keycreate() */
extern thread_key_t private_key; /* set by thr_keycreate() */
#define THR_ONCE_KEY (thread_key_t)(-1)
extern int thr_keycreate(thread_key_t *, void(*)(void *));
extern int thr_keycreate_once(thread_key_t *, void(*)(void *));
extern int thr_setspecific(thread_key_t, void *);
extern int thr_getspecific(thread_key_t, void **);
typedef int td_key_iter_f(thread_key_t, void (*destructor)(), void *);
td_thr_tsd(const td_thrhandle_t *, thread_key_t, void **);
static thread_key_t key;
static thread_key_t key = THR_ONCE_KEY;
thr_keycreate_once(thread_key_t *keyp, void (*destructor)(void *))
thread_key_t key;
thr_getspecific(thread_key_t key, void **valuep)
thr_setspecific_slow(thread_key_t key, void *value)
thr_setspecific(thread_key_t key, void *value)
_thr_slot_offset(thread_key_t key)
thread_key_t key;
thr_keycreate(thread_key_t *pkey, void (*destructor)(void *))
__td_thr_tsd(td_thrhandle_t *th_p, thread_key_t key, void **data_pp)
_get_iobuf(thread_key_t *keyp, unsigned size)
static thread_key_t key = THR_ONCE_KEY;
static thread_key_t errkey = THR_ONCE_KEY;
_get_stop(thread_key_t *keyp)
static thread_key_t key = THR_ONCE_KEY;
_get_bsplitchar(thread_key_t *keyp)
static thread_key_t key = THR_ONCE_KEY;
static thread_key_t key = THR_ONCE_KEY;
_get_cpath(thread_key_t *keyp)
static thread_key_t key = THR_ONCE_KEY;
_get_vars_storage(thread_key_t *keyp)
static thread_key_t key = THR_ONCE_KEY;
_get_vars_storage(thread_key_t *keyp)
static thread_key_t handlers_key;
static thread_key_t accrued_key;
static thread_key_t s_thr_key;
static thread_key_t errkey = THR_ONCE_KEY;
extern thread_key_t ns_cmgkey;
thread_key_t ns_mtckey = THR_ONCE_KEY;
thread_key_t ns_cmgkey = THR_ONCE_KEY;
thread_key_t standaloneInitKey;
static thread_key_t switchConfigKey;
static thread_key_t key = THR_ONCE_KEY;
static thread_key_t rpc_gss_err_key = THR_ONCE_KEY;