Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/examples/standalone/
H A Dsched.c35 #define STATE_STOPPED 2 macro
226 lthreads[i].state = STATE_STOPPED; in thread_create()
274 if (lthreads[id].state != STATE_STOPPED) in thread_start()
300 lthreads[id].state = STATE_STOPPED;