Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp885 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
982 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
1092 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
1216 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
1549 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, in CreateFrameRecognizer()
1613 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, in OSPlugin_CreatePluginObject()
2322 Locker py_lock(python_interpreter, Locker::AcquireLock | in BreakpointCallbackFunction()
2384 Locker py_lock(python_interpreter, Locker::AcquireLock | in WatchpointCallbackFunction()
2791 Locker::AcquireLock | in LoadScriptingModule()
3010 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
[all …]
H A DScriptedProcessPythonInterface.cpp43 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in CreatePluginObject()
81 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in GetStatusFromMethod()
145 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in GetGenericInteger()
220 Locker py_lock(&m_interpreter, Locker::AcquireLock | Locker::NoSTDIN, in ReadMemoryAtAddress()
H A DScriptInterpreterPythonImpl.h302 AcquireLock = 0x0001, enumerator
316 uint16_t on_entry = AcquireLock | InitSession,
446 ScriptInterpreterPythonImpl::Locker::AcquireLock | in Run()