Searched refs:PREEMPTED (Results 1 - 7 of 7) sorted by path

/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp79 PREEMPTED, enumerator in enum:ThreadWindow::ActivityPage::ThreadActivityData::ScheduleState
167 } else if (state == PREEMPTED) {
186 state = PREEMPTED;
216 } else if (state == READY || state == PREEMPTED) {
247 } else if (state == PREEMPTED) {
264 case PREEMPTED:
/haiku/src/apps/debuganalyzer/model/
H A DModel.h25 PREEMPTED, enumerator in enum:ThreadState
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.h141 PREEMPTED, enumerator in enum:SchedulerTracing::ScheduleState
H A Dscheduler_tracing.cpp179 } else if (state == PREEMPTED) {
214 state = PREEMPTED;
H A Dscheduling_analysis.cpp656 } else if (thread->state == PREEMPTED) {
698 thread->state = PREEMPTED;
741 thread->state = PREEMPTED;
784 } else if (thread->state == READY || thread->state == PREEMPTED) {
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp186 AddState(thread, time, PREEMPTED, NULL);
967 case PREEMPTED:
1074 case PREEMPTED:
1479 thread->state = PREEMPTED;
1520 thread->state = PREEMPTED;
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp948 } else if (thread->state == PREEMPTED) {
987 thread->state = PREEMPTED;
1026 thread->state = PREEMPTED;
1093 } else if (thread->state == READY || thread->state == PREEMPTED) {

Completed in 182 milliseconds