Symbol: STILL_RUNNING
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1070
case STILL_RUNNING:
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1473
if (thread->state == STILL_RUNNING) {
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1539
if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1542
thread->state = STILL_RUNNING;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
964
case STILL_RUNNING:
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
115
state = STILL_RUNNING;
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
171
} else if (state == STILL_RUNNING) {
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
184
if (state == STILL_RUNNING) {
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
210
if (state == RUNNING || state == STILL_RUNNING) {
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
214
state = STILL_RUNNING;
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
261
case STILL_RUNNING:
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
1047
if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
1050
thread->state = STILL_RUNNING;
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
953
if (thread->state == STILL_RUNNING) {
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
979
if (thread->state == STILL_RUNNING) {
src/system/kernel/scheduler/scheduler_tracing.cpp
191
if (state == STILL_RUNNING) {
src/system/kernel/scheduler/scheduler_tracing.cpp
204
if (state == STILL_RUNNING) {
src/system/kernel/scheduler/scheduler_tracing.cpp
238
if (state == RUNNING || state == STILL_RUNNING) {
src/system/kernel/scheduler/scheduler_tracing.cpp
241
state = STILL_RUNNING;
src/system/kernel/scheduler/scheduling_analysis.cpp
668
if (thread->state == STILL_RUNNING) {
src/system/kernel/scheduler/scheduling_analysis.cpp
687
if (thread->state == STILL_RUNNING) {
src/system/kernel/scheduler/scheduling_analysis.cpp
750
if (thread->state == RUNNING || thread->state == STILL_RUNNING) {
src/system/kernel/scheduler/scheduling_analysis.cpp
753
thread->state = STILL_RUNNING;