Home
last modified time | relevance | path

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

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