Searched refs:AcquireLock (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 424 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 D | ScriptInterpreterPythonImpl.h | 304 AcquireLock = 0x0001, enumerator 318 uint16_t on_entry = AcquireLock | InitSession, 447 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()
|
| H A D | ScriptedPlatformPythonInterface.cpp | 41 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
|
| H A D | ScriptedThreadPythonInterface.cpp | 41 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
|
| H A D | ScriptedProcessPythonInterface.cpp | 43 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
|
| H A D | ScriptedPythonInterface.h | 54 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in Dispatch()
|