Lines Matching defs:s
237 * size: one for lwp's (lwp_default_stksize), and one for
276 * Set up the first CPU's idle thread.
495 * the default partition since that's where kernel threads go
506 * it's lgroup re-assigned at that time.
592 tsd_exit(); /* Clean up this thread's TSD */
642 * the thread list). This is certainly a slow way to do this; if there's
679 * a cv that's already been freed. In other words, don't cache
684 * performed on that thread's t_joincv to wake up any waiters.
780 * holds this lock to keep the thread from going away while it's
956 * thread_deathrow. The thread's state is changed already TS_FREE to indicate
974 * The thread's state is changed to TS_FREE to indicate that is reapable.
1008 * thread, and the dead thread's CPU lock points to the current
1014 * our lock before freeing the dead thread's data structures, the
1016 * corruption when it attempts to drop the dead thread's lock. We
1078 * b) a thread of a process that's being forked (SIDL),
1335 * Dissociate the current thread from the interrupted thread's LWP.
1349 * Compute the CPU's base interrupt level based on the active
1407 * Link onto CPU's interrupt pool.
1420 /* list of tsd_thread's */
1510 * for every thread with TSD, call key's destructor
1577 * of a thread it's in the middle of creating.
1743 * Used when raising or lowering a thread's priority.
1747 * we must check the thread's state to determine whether it
1776 * If it's not on a queue, change the priority with impunity.
1834 * If it's not on a queue, change the priority with impunity.
1937 * if it's the latest highest percentage.
2101 size_t s;
2112 s = t_stk - t_stkbase + 1;
2122 s = t_stkbase - t_stk + 1;
2124 percent = ((100 * percent) / s) + 1;