Home
last modified time | relevance | path

Searched refs:SemaphoreInfo (Results 1 – 10 of 10) sorted by relevance

/haiku/src/kits/debugger/model/
H A DSemaphoreInfo.cpp10 SemaphoreInfo::SemaphoreInfo() in SemaphoreInfo() function in SemaphoreInfo
21 SemaphoreInfo::SemaphoreInfo(const SemaphoreInfo &other) in SemaphoreInfo() function in SemaphoreInfo
32 SemaphoreInfo::SemaphoreInfo(team_id team, sem_id semaphore, in SemaphoreInfo() function in SemaphoreInfo
45 SemaphoreInfo::SetTo(team_id team, sem_id semaphore, const BString& name, in SetTo()
/haiku/headers/private/debugger/model/
H A DSemaphoreInfo.h14 class SemaphoreInfo {
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; variable
91 static int _CompareSemaphores(const SemaphoreInfo* a,
92 const SemaphoreInfo* b);
H A DDebugReportGenerator.cpp416 BObjectList<SemaphoreInfo> semaphores(20, true); in _DumpSemaphores()
431 SemaphoreInfo* info; in _DumpSemaphores()
861 DebugReportGenerator::_CompareSemaphores(const SemaphoreInfo* a, in _CompareSemaphores()
862 const SemaphoreInfo* b) in _CompareSemaphores()
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h23 class SemaphoreInfo; variable
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) in GetSemaphoreInfos()
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h47 BObjectList<SemaphoreInfo>& infos);
H A DLocalDebuggerInterface.cpp587 LocalDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos) in GetSemaphoreInfos()
593 SemaphoreInfo* info = new(std::nothrow) SemaphoreInfo(fTeamID, in GetSemaphoreInfos()
/haiku/src/kits/debugger/
H A DJamfile199 SemaphoreInfo.cpp