Lines Matching defs:lwp_deathrow
90 kthread_t *lwp_deathrow; /* circular list of reapable threads */
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 and its thread structure is added to thread_deathrow.