Searched refs:fSchedulingStates (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp639 fSchedulingStates(100)
647 = fSchedulingStates.ItemAt(i); i++) {
1003 if (!fSchedulingStates.AddItem(compactState)) {
1015 int32 index = fSchedulingStates.BinarySearchIndexByKey(eventTime,
1018 return fSchedulingStates.ItemAt(index);
1022 return index > 0 ? fSchedulingStates.ItemAt(index - 1) : NULL;
H A DModel.h165 SchedulingStateList fSchedulingStates; member in class:Model

Completed in 80 milliseconds