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