Searched refs:AcquireLock (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 420 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 D | ScriptInterpreterPythonImpl.h | 301 AcquireLock = 0x0001, enumerator 315 uint16_t on_entry = AcquireLock | InitSession, 444 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
|
| H A D | ScriptedThreadPythonInterface.cpp | 41 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
|
| H A D | ScriptedPythonInterface.h | 49 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in Dispatch()
|
| H A D | ScriptedProcessPythonInterface.cpp | 42 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
|