Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/disp/
H A Dthread.c89 kthread_t *thread_deathrow; /* circular list of reapable threads */ variable
861 t = thread_zone_cleanup(&thread_deathrow, &thread_reapcnt, zoneid); in thread_zone_destroy()
908 while (thread_deathrow == NULL && lwp_deathrow == NULL) { in thread_reaper()
919 t = thread_deathrow; in thread_reaper()
921 thread_deathrow = NULL; in thread_reaper()
965 t->t_forw = thread_deathrow; in reapq_move_lq_to_tq()
966 thread_deathrow = t; in reapq_move_lq_to_tq()
996 t->t_forw = thread_deathrow; in reapq_add()
997 thread_deathrow = t; in reapq_add()