Searched refs:CompactThreadSchedulingState (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debuganalyzer/model/
H A DModel.h49 struct CompactThreadSchedulingState;
553 struct Model::CompactThreadSchedulingState { struct in class:Model
563 inline CompactThreadSchedulingState& operator=(
564 const CompactThreadSchedulingState& other);
568 struct Model::ThreadSchedulingState : CompactThreadSchedulingState {
573 const CompactThreadSchedulingState& other);
632 inline const CompactThreadSchedulingState* ThreadStateAt(int32 index)
647 CompactThreadSchedulingState fThreadStates[0];
1462 // #pragma mark - CompactThreadSchedulingState
1465 Model::CompactThreadSchedulingState
[all...]
H A DModel.cpp529 for (int32 i = 0; const CompactThreadSchedulingState* compactThreadState
587 + threadCount * sizeof(CompactThreadSchedulingState));
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1066 const Model::CompactThreadSchedulingState* threadState

Completed in 89 milliseconds