Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2147 uint32_t GetIOHandlerID() const { return m_iohandler_sync.GetValue(); } in GetIOHandlerID() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp722 const uint32_t iohandler_id = process->GetIOHandlerID(); in DoExecute()
H A DCommandObjectThread.cpp588 const uint32_t iohandler_id = process->GetIOHandlerID(); in DoExecute()