Home
last modified time | relevance | path

Searched refs:py_lock (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1568 Locker py_lock(this, in CreateScriptedThreadPlan() local
1661 Locker py_lock(this, in ScriptedThreadPlanGetStopDescription() local
1686 Locker py_lock(this, in CreateScriptedBreakpointResolver() local
1759 Locker py_lock(this, in CreateScriptedStopHook() local
1777 Locker py_lock(this, in ScriptedStopHookHandleStop() local
1815 Locker py_lock(this, in GetDynamicSettings() local
1856 Locker py_lock(this, in CreateSyntheticScriptedProvider() local
1875 Locker py_lock(this, in CreateScriptCommandObject() local
2006 Locker py_lock(this, in FormatterCallbackFunction() local
2287 Locker py_lock(this, in GetSyntheticTypeName() local
[all …]
/freebsd-14.2/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()