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

/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp78 STILL_RUNNING, enumerator in enum:ThreadWindow::ActivityPage::ThreadActivityData::ScheduleState
115 state = STILL_RUNNING;
171 } else if (state == STILL_RUNNING) {
184 if (state == STILL_RUNNING) {
210 if (state == RUNNING || state == STILL_RUNNING) {
214 state = STILL_RUNNING;
261 case STILL_RUNNING:
/haiku/src/apps/debuganalyzer/model/
H A DModel.h24 STILL_RUNNING, enumerator in enum:ThreadState
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.h140 STILL_RUNNING, enumerator in enum:SchedulerTracing::ScheduleState
H A Dscheduler_tracing.cpp191 if (state == STILL_RUNNING) {
204 if (state == STILL_RUNNING) {
238 if (state == RUNNING || state == STILL_RUNNING) {
241 state = STILL_RUNNING;
H A Dscheduling_analysis.cpp668 if (thread->state == STILL_RUNNING) {
687 if (thread->state == STILL_RUNNING) {
750 if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
753 thread->state = STILL_RUNNING;
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp964 case STILL_RUNNING:
1070 case STILL_RUNNING:
1473 if (thread->state == STILL_RUNNING) {
1539 if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
1542 thread->state = STILL_RUNNING;
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp953 if (thread->state == STILL_RUNNING) {
979 if (thread->state == STILL_RUNNING) {
1047 if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
1050 thread->state = STILL_RUNNING;

Completed in 54 milliseconds