Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c91 kthread_t *thread_deathrow; /* circular list of reapable threads */ variable
851 t = thread_zone_cleanup(&thread_deathrow, &thread_reapcnt, zoneid); in thread_zone_destroy()
898 while (thread_deathrow == NULL && lwp_deathrow == NULL) { in thread_reaper()
909 t = thread_deathrow; in thread_reaper()
911 thread_deathrow = NULL; in thread_reaper()
955 t->t_forw = thread_deathrow; in reapq_move_lq_to_tq()
956 thread_deathrow = t; in reapq_move_lq_to_tq()
986 t->t_forw = thread_deathrow; in reapq_add()
987 thread_deathrow = t; in reapq_add()