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

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DGeneralPage.cpp75 snprintf(buffer, sizeof(buffer), "%" B_PRId32, fModel->CountThreads());
H A DThreadsPage.cpp34 return fModel->CountThreads();
H A DSchedulingPage.cpp110 int32 threadCount = fModel->CountThreads();
123 int32 count = fModel->CountThreads();
412 int32 threadCount = fModel->CountThreads();
499 if (filteredCount == fModel->CountThreads())
1132 int32 threadCount = fModel->CountThreads();
1805 fFilterModel.SelectItems(0, fModel->CountThreads(), false);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp233 int32 CountThreads() const function in class:ThreadManager
769 int32 threadCount = threadManager.CountThreads();
835 int32 threadCount = threadManager.CountThreads();
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp810 Model::CountThreads() const function in class:Model
H A DModel.h98 int32 CountThreads() const;

Completed in 120 milliseconds