Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/standalone/
H A Dsched.c34 #define STATE_TERMINATED 2 macro
258 lthreads[current_tid].state = STATE_TERMINATED; in thread_launcher()
320 if (lthreads[i].state == STATE_TERMINATED) { in thread_join()
344 if (lthreads[*ret].state == STATE_TERMINATED) { in thread_join()