Searched refs:STATE_EMPTY (Results 1 – 1 of 1) sorted by relevance
33 #define STATE_EMPTY 0 macro174 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()