Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp668 const uint32_t iohandler_id = process->GetIOHandlerID(); in DoExecute()
H A DCommandObjectThread.cpp765 const uint32_t iohandler_id = process->GetIOHandlerID(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2440 uint32_t GetIOHandlerID() const { return m_iohandler_sync.GetValue(); } in GetIOHandlerID() function