Searched refs:ThreadAt (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DThreadsPage.cpp39 Model::Thread* thread = fModel->ThreadAt(rowIndex);
193 Model::Thread* thread = fModel->ThreadAt(rowIndex);
H A DSchedulingPage.cpp579 Model::Thread* thread = fModel->ThreadAt(
941 Model::Thread* thread = fModel->ThreadAt(
1134 Model::Thread* thread = fModel->ThreadAt(i);
1250 _thread = fModel->ThreadAt(
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp192 Thread* ThreadAt(int32 index) const function in class:ThreadListView::ThreadsTableModel
264 for (int32 i = 0; Thread* other = fThreadsTableModel->ThreadAt(i);
357 thread = fThreadsTableModel->ThreadAt(selectionModel->RowAt(0));
/haiku/src/bin/debug/profile/
H A Dprofile.cpp238 Thread* ThreadAt(int32 index) const function in class:ThreadManager
771 Thread* thread = threadManager.ThreadAt(i);
837 Thread* thread = threadManager.ThreadAt(i);
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp738 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
805 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
819 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp817 Model::ThreadAt(int32 index) const function in class:Model
H A DModel.h99 Thread* ThreadAt(int32 index) const;

Completed in 335 milliseconds