Home
last modified time | relevance | path

Searched refs:GetSemaphoreInfos (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h55 virtual status_t GetSemaphoreInfos(
H A DCoreFileDebuggerInterface.cpp229 CoreFileDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos) in GetSemaphoreInfos() function in CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h46 virtual status_t GetSemaphoreInfos(
H A DLocalDebuggerInterface.cpp587 LocalDebuggerInterface::GetSemaphoreInfos(BObjectList<SemaphoreInfo>& infos) in GetSemaphoreInfos() function in LocalDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h73 virtual status_t GetSemaphoreInfos(
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp417 status_t error = fDebuggerInterface->GetSemaphoreInfos(semaphores); in _DumpSemaphores()