S_READY 137 kern/thread/thread.c thread->t_state = S_READY;
S_READY 577 kern/thread/thread.c if (newstate == S_READY && threadlist_isempty(&curcpu->c_runqueue)) {
S_READY 587 kern/thread/thread.c case S_READY:
S_READY 817 kern/thread/thread.c thread_switch(S_READY, NULL);