Searched refs:SemaphoreInfo (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/model/
H A DSemaphoreInfo.cpp7 #include "SemaphoreInfo.h"
10 SemaphoreInfo::SemaphoreInfo() function in class:SemaphoreInfo
21 SemaphoreInfo::SemaphoreInfo(const SemaphoreInfo &other) function in class:SemaphoreInfo
32 SemaphoreInfo::SemaphoreInfo(team_id team, sem_id semaphore, function in class:SemaphoreInfo
45 SemaphoreInfo::SetTo(team_id team, sem_id semaphore, const BString& name,
/haiku/headers/private/debugger/model/
H A DSemaphoreInfo.h14 class SemaphoreInfo { class
16 SemaphoreInfo();
17 SemaphoreInfo(const SemaphoreInfo& other);
18 SemaphoreInfo(team_id team, sem_id semaphore,
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.h22 class SemaphoreInfo;
91 static int _CompareSemaphores(const SemaphoreInfo* a,
92 const SemaphoreInfo* b);
H A DDebugReportGenerator.cpp28 #include "SemaphoreInfo.h"
417 BObjectList<SemaphoreInfo> semaphores(20, true);
432 SemaphoreInfo* info;
862 DebugReportGenerator::_CompareSemaphores(const SemaphoreInfo* a,
863 const SemaphoreInfo* b)
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h23 class SemaphoreInfo;
74 BObjectList<SemaphoreInfo>& infos)
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h56 BObjectList<SemaphoreInfo>& infos);
H A DCoreFileDebuggerInterface.cpp229 CoreFileDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos)
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h47 BObjectList<SemaphoreInfo>& infos);
H A DLocalDebuggerInterface.cpp31 #include "SemaphoreInfo.h"
587 LocalDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos)
593 SemaphoreInfo* info = new(std::nothrow) SemaphoreInfo(fTeamID,

Completed in 104 milliseconds