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

/haiku-fatelf/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-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp182 Thread* ThreadAt(int32 index) const function in class:ThreadListView::ThreadsTableModel
254 for (int32 i = 0; Thread* other = fThreadsTableModel->ThreadAt(i);
347 thread = fThreadsTableModel->ThreadAt(selectionModel->RowAt(0));
/haiku-fatelf/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp737 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
804 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
818 for (int32 i = 0; Model::Thread* thread = fModel->ThreadAt(i); i++) {
/haiku-fatelf/src/bin/debug/profile/
H A Dprofile.cpp237 Thread* ThreadAt(int32 index) const function in class:ThreadManager
765 Thread* thread = threadManager.ThreadAt(i);
831 Thread* thread = threadManager.ThreadAt(i);
/haiku-fatelf/src/apps/debuganalyzer/model/
H A DModel.cpp814 Model::ThreadAt(int32 index) const function in class:Model
H A DModel.h99 Thread* ThreadAt(int32 index) const;

Completed in 110 milliseconds