Searched refs:STATE_RUNNABLE (Results 1 – 1 of 1) sorted by relevance
34 #define STATE_RUNNABLE 1 macro177 lthreads[current_tid].state = STATE_RUNNABLE; in sched_init()190 if(lthreads[new].state == STATE_RUNNABLE) { \ in thread_yield()278 lthreads[id].state = STATE_RUNNABLE; in thread_start()