Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp424 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl()
760 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
857 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
984 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
1108 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
1436 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateFrameRecognizer()
1447 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments()
1496 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_CreatePluginObject()
1506 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_RegisterInfo()
1540 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_ThreadsInfo()
[all …]
H A DScriptInterpreterPythonImpl.h304 AcquireLock = 0x0001, enumerator
318 uint16_t on_entry = AcquireLock | InitSession,
447 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
H A DScriptedPlatformPythonInterface.cpp41 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp41 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp43 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
H A DScriptedPythonInterface.h54 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in Dispatch()