Searched refs:STATE_RUNNABLE (Results 1 – 1 of 1) sorted by relevance
30 #define STATE_RUNNABLE 1 macro171 lthreads[current_tid].state = STATE_RUNNABLE; in sched_init()184 if(lthreads[new].state == STATE_RUNNABLE) { \ in thread_yield()272 lthreads[id].state = STATE_RUNNABLE; in thread_start()
Completed in 25 milliseconds