Searched refs:UNKNOWN (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1018 } else if (thread->state == UNKNOWN) {
1058 } else if (thread->state != UNKNOWN)
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp74 state(UNKNOWN),
733 } else if (thread->state == UNKNOWN) {
761 } else if (thread->state != UNKNOWN)
H A Dscheduler_tracing.cpp137 ScheduleState state = UNKNOWN;
H A Dscheduler_tracing.h144 UNKNOWN enumerator in enum:SchedulerTracing::ScheduleState
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp780 ThreadState threadState = UNKNOWN;
974 case UNKNOWN:
1095 case UNKNOWN:
1510 } else if (thread->state == UNKNOWN) {
/haiku/src/tests/system/libroot/os/
H A DParseDateTest.cpp15 #define UNKNOWN 0 macro
85 {-1, "Mon, June 10th, 1993 10:00:03 am 0000", UNKNOWN, true, false},
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp82 UNKNOWN enumerator in enum:ThreadWindow::ActivityPage::ThreadActivityData::ScheduleState
85 ScheduleState state = UNKNOWN;
273 case UNKNOWN:
/haiku/src/apps/debuganalyzer/model/
H A DModel.h28 UNKNOWN enumerator in enum:ThreadState
1493 state = UNKNOWN;

Completed in 109 milliseconds