Home
last modified time | relevance | path

Searched refs:GetIOHandlerID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2277 uint32_t GetIOHandlerID() const { return m_iohandler_sync.GetValue(); } in GetIOHandlerID() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp650 const uint32_t iohandler_id = process->GetIOHandlerID(); in DoExecute()
H A DCommandObjectThread.cpp586 const uint32_t iohandler_id = process->GetIOHandlerID(); in DoExecute()