Home
last modified time | relevance | path

Searched refs:AcquireLock (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp420 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl()
756 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
853 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
980 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
1104 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
2132 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | in GetScriptedSummary()
2191 Locker py_lock(python_interpreter, Locker::AcquireLock | in BreakpointCallbackFunction()
2253 Locker py_lock(python_interpreter, Locker::AcquireLock | in WatchpointCallbackFunction()
2657 Locker::AcquireLock | in LoadScriptingModule()
2877 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
[all …]
H A DScriptInterpreterPythonImpl.h301 AcquireLock = 0x0001, enumerator
315 uint16_t on_entry = AcquireLock | InitSession,
444 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
H A DScriptedThreadPythonInterface.cpp41 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
H A DScriptedPythonInterface.h49 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in Dispatch()
H A DScriptedProcessPythonInterface.cpp42 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()