Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp441 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl()
774 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
871 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
998 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
1122 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
1479 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateFrameRecognizer()
1490 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments()
1558 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateStructuredDataFromScriptObject()
1581 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedBreakpointResolver()
1598 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchCallback()
[all …]
H A DScriptInterpreterPythonImpl.h306 AcquireLock = 0x0001, enumerator
320 uint16_t on_entry = AcquireLock | InitSession,
458 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
H A DScriptedPythonInterface.h
/freebsd/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()