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

/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp461 ThreadWaitObjectGroup* threadWaitObjectGroup
463 if (threadWaitObjectGroup == NULL) {
465 threadWaitObjectGroup = new(std::nothrow) ThreadWaitObjectGroup(
467 if (threadWaitObjectGroup == NULL) {
473 if (!fWaitObjectGroups.BinaryInsert(threadWaitObjectGroup,
475 delete threadWaitObjectGroup;
480 threadWaitObjectGroup->AddWaitObject(threadWaitObject);
484 *_threadWaitObjectGroup = threadWaitObjectGroup;
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1322 Model::ThreadWaitObjectGroup* threadWaitObjectGroup local
1325 if (threadWaitObjectGroup == NULL
1326 || threadWaitObjectGroup->MostRecentWaitObject() != waitObject) {
1329 &threadWaitObjectGroup);
1334 thread->waitObject = threadWaitObjectGroup->MostRecentThreadWaitObject();

Completed in 36 milliseconds