Home
last modified time | relevance | path

Searched refs:create_threads_key (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c82 static pthread_key_t create_threads_key; variable
103 (void) pthread_setspecific(create_threads_key, value); in idmapd_door_thread_start()
143 (void) pthread_setspecific(create_threads_key, NULL); in idmapd_door_thread_cleanup()
393 if ((error = pthread_key_create(&create_threads_key, in init_idmapd()