Searched refs:STATE_EMPTY (Results 1 – 1 of 1) sorted by relevance
29 #define STATE_EMPTY 0 macro168 lthreads[i].state = STATE_EMPTY; in sched_init()219 if (lthreads[i].state == STATE_EMPTY) { in thread_create()240 lthreads[id].state = STATE_EMPTY; in thread_delete()318 lthreads[i].state = STATE_EMPTY; in thread_join()324 if (lthreads[i].state != STATE_EMPTY) { in thread_join()343 lthreads[*ret].state = STATE_EMPTY; in thread_join()
Completed in 3 milliseconds