Searched refs:SemaphoreInfo (Results 1 – 10 of 10) sorted by relevance
/haiku/src/kits/debugger/model/ |
H A D | SemaphoreInfo.cpp | 10 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 D | SemaphoreInfo.h | 14 class SemaphoreInfo { 16 SemaphoreInfo(); 17 SemaphoreInfo(const SemaphoreInfo& other); 18 SemaphoreInfo(team_id team, sem_id semaphore,
|
/haiku/src/kits/debugger/controllers/ |
H A D | DebugReportGenerator.h | 22 class SemaphoreInfo; variable 91 static int _CompareSemaphores(const SemaphoreInfo* a, 92 const SemaphoreInfo* b);
|
H A D | DebugReportGenerator.cpp | 416 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 D | DebuggerInterface.h | 23 class SemaphoreInfo; variable 74 BObjectList<SemaphoreInfo>& infos)
|
/haiku/src/kits/debugger/debugger_interface/core/ |
H A D | CoreFileDebuggerInterface.h | 56 BObjectList<SemaphoreInfo>& infos);
|
H A D | CoreFileDebuggerInterface.cpp | 229 CoreFileDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos) in GetSemaphoreInfos()
|
/haiku/src/kits/debugger/debugger_interface/local/ |
H A D | LocalDebuggerInterface.h | 47 BObjectList<SemaphoreInfo>& infos);
|
H A D | LocalDebuggerInterface.cpp | 587 LocalDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos) in GetSemaphoreInfos() 593 SemaphoreInfo* info = new(std::nothrow) SemaphoreInfo(fTeamID, in GetSemaphoreInfos()
|
/haiku/src/kits/debugger/ |
H A D | Jamfile | 199 SemaphoreInfo.cpp
|