Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTScheduler.h135 STATE_TERMINATED = 4, // The scheduler has terminated. enumerator