Searched refs:ns_mtckey (Results 1 – 1 of 1) sorted by relevance
125 thread_key_t ns_mtckey = THR_ONCE_KEY; variable163 rc = thr_getspecific(ns_mtckey, &tsd); in conn_tsd_free()166 (void) thr_setspecific(ns_mtckey, NULL); in conn_tsd_free()212 rc = thr_getspecific(ns_mtckey, &tsd); in conn_tsd_setup()220 rc = thr_setspecific(ns_mtckey, tsd); in conn_tsd_setup()236 if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) { in set_ld_error()283 if ((eno = thr_getspecific(ns_mtckey, (void **)&le)) != 0) { in get_ld_error()807 if (thr_keycreate_once(&ns_mtckey, ns_mtckey_cleanup) != 0) { in __s_api_conn_mgmt_init()