Searched refs:STATE_STOPPED (Results 1 – 2 of 2) sorted by relevance
33 #define STATE_STOPPED 2 macro224 lthreads[i].state = STATE_STOPPED; in thread_create()272 if (lthreads[id].state != STATE_STOPPED) in thread_start()298 lthreads[id].state = STATE_STOPPED;
173 STATE_STOPPED = 4 variable