Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp435 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl()
769 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
866 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
993 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
1117 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
1977 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | in GetScriptedSummary()
2044 Locker py_lock(python_interpreter, Locker::AcquireLock | in BreakpointCallbackFunction()
2106 Locker py_lock(python_interpreter, Locker::AcquireLock | in WatchpointCallbackFunction()
2483 Locker::AcquireLock | in LoadScriptingModule()
2703 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
[all …]
H A DScriptInterpreterPythonImpl.h304 AcquireLock = 0x0001, enumerator
318 uint16_t on_entry = AcquireLock | InitSession,
456 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h97 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
244 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in Dispatch()