Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/examples/standalone/
H A Dsched.c33 #define STATE_EMPTY 0 macro
174 lthreads[i].state = STATE_EMPTY; in sched_init()
225 if (lthreads[i].state == STATE_EMPTY) { in thread_create()
246 lthreads[id].state = STATE_EMPTY; in thread_delete()
324 lthreads[i].state = STATE_EMPTY; in thread_join()
330 if (lthreads[i].state != STATE_EMPTY) { in thread_join()
349 lthreads[*ret].state = STATE_EMPTY; in thread_join()