Home
last modified time | relevance | path

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

/external/u-boot/examples/standalone/
Dsched.c31 #define STATE_EMPTY 0 macro
172 lthreads[i].state = STATE_EMPTY; in sched_init()
223 if (lthreads[i].state == STATE_EMPTY) { in thread_create()
244 lthreads[id].state = STATE_EMPTY; in thread_delete()
322 lthreads[i].state = STATE_EMPTY; in thread_join()
328 if (lthreads[i].state != STATE_EMPTY) { in thread_join()
347 lthreads[*ret].state = STATE_EMPTY; in thread_join()