Searched refs:s_thr_key (Results 1 – 3 of 3) sorted by relevance
97 static thread_key_t s_thr_key; variable651 (void) thr_getspecific(s_thr_key, (void **)&tsd); in autofs_get_buffer()662 (void) thr_setspecific(s_thr_key, tsd); in autofs_get_buffer()956 (void) thr_keycreate(&s_thr_key, NULL); in start_autofs_svcs()
121 static thread_key_t s_thr_key; variable
1159 (void) thr_getspecific(s_thr_key, &tsd); in mapid_get_domain()1166 (void) thr_setspecific(s_thr_key, tsd); in mapid_get_domain()1201 (void) thr_keycreate(&s_thr_key, NULL); in _lib_init()