thr_getspecific
(void) thr_getspecific(s_thr_key, (void **)&tsd);
(void) thr_getspecific(lookup_state_key, (void**)&which);
(void) thr_getspecific(lookup_state_key, (void**)&which);
if (thr_getspecific(private_key, &value) == 0)
if (thr_getspecific(private_key, &value) == 0 &&
extern int thr_getspecific(thread_key_t, void **);
if (thr_getspecific(key, &tsd))
return (thr_getspecific(key, &value) ? NULL : value);
if (thr_getspecific(handlers_key, (void **)&ptr) != 0 &&
if (thr_getspecific(accrued_key, (void **)&p) != 0 &&
(void) thr_getspecific(s_thr_key, &tsd);
rc = thr_getspecific(ns_cmgkey, (void **)&cmg);
rc = thr_getspecific(ns_cmgkey, (void **)&cmg);
rc = thr_getspecific(ns_mtckey, &tsd);
rc = thr_getspecific(ns_mtckey, &tsd);
if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) {
if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) {
(void) thr_getspecific(dir_servers.standaloneInitKey, (void **) &flag);
(void) thr_getspecific(switchConfigKey, (void **) &hostService);