Home
last modified time | relevance | path

Searched refs:on_leave (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h319 uint16_t on_leave = FreeLock | TearDownSession,
DScriptInterpreterPython.cpp346 uint16_t on_leave, FileSP in, FileSP out, FileSP err) in Locker() argument
348 m_teardown_session((on_leave & TearDownSession) == TearDownSession), in Locker()