Home
last modified time | relevance | path

Searched refs:STATE_RUNNABLE (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/examples/standalone/
H A Dsched.c32 #define STATE_RUNNABLE 1 macro
175 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()