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

/illumos-gate/usr/src/uts/common/os/
H A Dmsacct.c288 * Return the amount of onproc and runnable time this thread has experienced.
295 * The implication for users of this interface is that onproc and runnable
300 mstate_systhread_times(kthread_t *t, hrtime_t *onproc, hrtime_t *runnable) argument
343 *runnable = aggr_run;
693 * Restore the LWP microstate to the previous runnable state.

Completed in 58 milliseconds