Searched defs:lwp_deathrow (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c90 kthread_t *lwp_deathrow; /* circular list of reapable threads */ variable
862 l = thread_zone_cleanup(&lwp_deathrow, &lwp_reapcnt, zoneid);
908 while (thread_deathrow == NULL && lwp_deathrow == NULL) {
920 l = lwp_deathrow;
922 lwp_deathrow = NULL;
955 * This is called by lwpcreate, etc.() to put a lwp_deathrow thread onto
983 * lwp_deathrow contains threads with lwp linkage and
992 t->t_forw = lwp_deathrow;
993 lwp_deathrow = t;
1206 * lwp_deathrow an
[all...]

Completed in 84 milliseconds