Searched refs:READY (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp80 READY, enumerator in enum:ThreadWindow::ActivityPage::ThreadActivityData::ScheduleState
105 state = READY;
139 state = READY;
164 if (state == READY) {
216 } else if (state == READY || state == PREEMPTED) {
219 timeType = state == READY
223 state = READY;
242 state = READY;
244 } else if (state == READY) {
251 state = READY;
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.h142 READY, enumerator in enum:SchedulerTracing::ScheduleState
H A Dscheduler_tracing.cpp169 if (state == READY) {
245 state = READY;
H A Dscheduling_analysis.cpp648 if (thread->state == READY) {
765 thread->state = READY;
784 } else if (thread->state == READY || thread->state == PREEMPTED) {
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y58 %token TIME TIMING WAIT READY RESERVED
290 | timing READY TIME
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp945 if (thread->state == READY) {
1062 thread->state = READY;
1093 } else if (thread->state == READY || thread->state == PREEMPTED) {
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp181 AddState(thread, time, READY, NULL);
970 case READY:
1078 case READY:
1553 thread->state = READY;
/haiku/src/apps/debuganalyzer/model/
H A DModel.h26 READY, enumerator in enum:ThreadState

Completed in 243 milliseconds