Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/examples/standalone/
H A Dsched.c36 #define STATE_TERMINATED 2 macro
260 lthreads[current_tid].state = STATE_TERMINATED; in thread_launcher()
322 if (lthreads[i].state == STATE_TERMINATED) { in thread_join()
346 if (lthreads[*ret].state == STATE_TERMINATED) { in thread_join()