Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/standalone/
H A Dsched.c33 #define STATE_STOPPED 2 macro
224 lthreads[i].state = STATE_STOPPED; in thread_create()
272 if (lthreads[id].state != STATE_STOPPED) in thread_start()
298 lthreads[id].state = STATE_STOPPED;
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py173 STATE_STOPPED = 4 variable