Home
last modified time | relevance | path

Searched defs:py_lock (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp755 Locker py_lock(this, in GetMaxPositionalArgumentsForCallable() local
1462 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateFrameRecognizer() local
1473 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments() local
1517 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in ShouldHide() local
1572 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateStructuredDataFromScriptObject() local
1597 Locker py_lock(this, in CreateScriptedBreakpointResolver() local
1614 Locker py_lock(this, in ScriptedBreakpointResolverSearchCallback() local
1631 Locker py_lock(this, in ScriptedBreakpointResolverSearchDepth() local
1676 Locker py_lock(this, in GetDynamicSettings() local
1717 Locker py_lock(this, in CreateSyntheticScriptedProvider() local
[all …]
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp