Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp31 eIOHandlerNone, enumerator
41 ActiveIOHandler active_io_handler = eIOHandlerNone) in IOHandlerLuaInterpreter()
60 case eIOHandlerNone: in IOHandlerActivated()
127 case eIOHandlerNone: in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp412 m_active_io_handler(eIOHandlerNone), m_session_is_active(false), in ScriptInterpreterPythonImpl()
480 case eIOHandlerNone: in IOHandlerActivated()
510 case eIOHandlerNone: in IOHandlerInputComplete()
540 m_active_io_handler = eIOHandlerNone; in IOHandlerInputComplete()
561 m_active_io_handler = eIOHandlerNone; in IOHandlerInputComplete()
H A DScriptInterpreterPythonImpl.h381 eIOHandlerNone, enumerator