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

/illumos-gate/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);
908 while (thread_deathrow == NULL && lwp_deathrow == NULL) {
919 t = thread_deathrow;
921 thread_deathrow = NULL;
956 * thread_deathrow. The thread's state is changed already TS_FREE to indicate
965 t->t_forw = thread_deathrow;
966 thread_deathrow = t;
987 * Anything else goes on thread_deathrow(), where it will eventually
996 t->t_forw = thread_deathrow;
[all...]

Completed in 46 milliseconds