Symbol: ThreadModel
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
324
ThreadModel* fModel;
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
407
ThreadWindow::ActivityPage::SetModel(ThreadModel* model)
src/apps/debuganalyzer/gui/thread_window/ActivityPage.cpp
49
ThreadActivityData(ThreadModel* model, int32 timeType)
src/apps/debuganalyzer/gui/thread_window/ActivityPage.h
23
void SetModel(ThreadModel* model);
src/apps/debuganalyzer/gui/thread_window/ActivityPage.h
35
ThreadModel* fThreadModel;
src/apps/debuganalyzer/gui/thread_window/ThreadWindow.cpp
145
ThreadWindow::_SetModel(ThreadModel* model)
src/apps/debuganalyzer/gui/thread_window/ThreadWindow.cpp
91
ThreadModel* model = fThreadModelLoader->DetachModel();
src/apps/debuganalyzer/gui/thread_window/ThreadWindow.h
13
class ThreadModel;
src/apps/debuganalyzer/gui/thread_window/ThreadWindow.h
34
void _SetModel(ThreadModel* model);
src/apps/debuganalyzer/gui/thread_window/ThreadWindow.h
43
ThreadModel* fThreadModel;
src/apps/debuganalyzer/gui/thread_window/WaitObjectsPage.h
15
: public AbstractWaitObjectsPage<ThreadModel, ThreadModel::WaitObjectGroup,
src/apps/debuganalyzer/model/ThreadModel.cpp
15
ThreadModel::WaitObjectGroup::WaitObjectGroup(
src/apps/debuganalyzer/model/ThreadModel.cpp
30
ThreadModel::WaitObjectGroup::~WaitObjectGroup()
src/apps/debuganalyzer/model/ThreadModel.cpp
39
ThreadModel::ThreadModel(Model* model, Model::Thread* thread)
src/apps/debuganalyzer/model/ThreadModel.cpp
48
ThreadModel::~ThreadModel()
src/apps/debuganalyzer/model/ThreadModel.cpp
53
ThreadModel::WaitObjectGroup*
src/apps/debuganalyzer/model/ThreadModel.cpp
54
ThreadModel::AddWaitObjectGroup(
src/apps/debuganalyzer/model/ThreadModel.cpp
90
ThreadModel::AddSchedulingEvent(const system_profiler_event_header* eventHeader)
src/apps/debuganalyzer/model/ThreadModel.cpp
97
ThreadModel::FindSchedulingEvent(nanotime_t time)
src/apps/debuganalyzer/model/ThreadModel.h
101
ThreadModel::WaitObjectGroup*
src/apps/debuganalyzer/model/ThreadModel.h
102
ThreadModel::WaitObjectGroupAt(int32 index) const
src/apps/debuganalyzer/model/ThreadModel.h
109
ThreadModel::CountSchedulingEvents() const
src/apps/debuganalyzer/model/ThreadModel.h
116
ThreadModel::SchedulingEventAt(int32 index) const
src/apps/debuganalyzer/model/ThreadModel.h
126
ThreadModel::WaitObjectGroup::Type() const
src/apps/debuganalyzer/model/ThreadModel.h
133
ThreadModel::WaitObjectGroup::Name() const
src/apps/debuganalyzer/model/ThreadModel.h
14
class ThreadModel {
src/apps/debuganalyzer/model/ThreadModel.h
140
ThreadModel::WaitObjectGroup::Object() const
src/apps/debuganalyzer/model/ThreadModel.h
147
ThreadModel::WaitObjectGroup::Waits() const
src/apps/debuganalyzer/model/ThreadModel.h
154
ThreadModel::WaitObjectGroup::TotalWaitTime() const
src/apps/debuganalyzer/model/ThreadModel.h
161
ThreadModel::WaitObjectGroup::CountWaitObjects() const
src/apps/debuganalyzer/model/ThreadModel.h
168
ThreadModel::WaitObjectGroup::WaitObjectAt(int32 index) const
src/apps/debuganalyzer/model/ThreadModel.h
175
ThreadModel::WaitObjectGroup::CompareByTypeName(const WaitObjectGroup* a,
src/apps/debuganalyzer/model/ThreadModel.h
186
ThreadModel::WaitObjectGroup::CompareWithTypeName(const type_and_name* key,
src/apps/debuganalyzer/model/ThreadModel.h
20
ThreadModel(Model* model,
src/apps/debuganalyzer/model/ThreadModel.h
22
~ThreadModel();
src/apps/debuganalyzer/model/ThreadModel.h
54
struct ThreadModel::type_and_name {
src/apps/debuganalyzer/model/ThreadModel.h
60
class ThreadModel::WaitObjectGroup {
src/apps/debuganalyzer/model/ThreadModel.h
95
ThreadModel::CountWaitObjectGroups() const
src/apps/debuganalyzer/model_loader/ThreadModelLoader.cpp
49
ThreadModel*
src/apps/debuganalyzer/model_loader/ThreadModelLoader.cpp
57
ThreadModel* model = fThreadModel;
src/apps/debuganalyzer/model_loader/ThreadModelLoader.cpp
96
fThreadModel = new(std::nothrow) ThreadModel(fModel, fThread);
src/apps/debuganalyzer/model_loader/ThreadModelLoader.h
12
class ThreadModel;
src/apps/debuganalyzer/model_loader/ThreadModelLoader.h
26
ThreadModel* DetachModel();
src/apps/debuganalyzer/model_loader/ThreadModelLoader.h
46
ThreadModel* fThreadModel;