Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c128 static zone_key_t zone_thread_key; variable
893 zone_key_create(&zone_thread_key, NULL, NULL, thread_zone_destroy); in thread_reaper()