Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h313 uint16_t on_entry = AcquireLock | InitSession,
DScriptInterpreterPython.cpp436 ScriptInterpreterPythonImpl *py_interpreter, uint16_t on_entry, in Locker() argument
443 if ((on_entry & InitSession) == InitSession) { in Locker()
444 if (!DoInitSession(on_entry, in, out, err)) { in Locker()