Searched refs:threadState (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/
H A Dps.c88 const char* threadState; local
99 threadState = "???";
101 threadState = sStates[threadInfo.state - 1];
104 B_PRId64 " ", threadInfo.name, threadInfo.thread, threadState,
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp531 ThreadSchedulingState* threadState local
533 if (threadState == NULL)
536 fThreadStates.Insert(threadState);
576 ThreadSchedulingState* threadState = it.Next();) {
577 Thread* thread = threadState->thread;
599 ThreadSchedulingState* threadState = it.Next();) {
600 Thread* thread = threadState->thread;
604 compactState->fThreadStates[threadIndex++] = *threadState;
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp780 ThreadState threadState = UNKNOWN;
801 threadState = events[lower].state;
846 text << "State: " << thread_state_name(threadState);
1066 const Model::CompactThreadSchedulingState* threadState local
1068 switch (threadState->state) {
1071 fSchedulingData.AddRun(threadState->thread,
1072 threadState->lastTime);
1075 fSchedulingData.AddPreemption(threadState->thread,
1076 threadState->lastTime);
1079 fSchedulingData.AddLatency(threadState
1511 uint32 threadState = event->previous_thread_state; local
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp734 uint32 threadState = entry->PreviousState(); local
735 if (threadState == B_THREAD_WAITING
736 || threadState == B_THREAD_SUSPENDED) {
739 } else if (threadState == B_THREAD_READY) {
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1019 uint32 threadState = event->previous_thread_state; local
1020 if (threadState == B_THREAD_WAITING
1021 || threadState == B_THREAD_SUSPENDED) {
1024 } else if (threadState == B_THREAD_READY) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1682 uint32 threadState = fActiveThread != NULL local
1685 switch (threadState) {

Completed in 117 milliseconds