Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp769 Locker py_lock(this, Locker::AcquireLock | GetMaxPositionalArgumentsForCallable() local
1474 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); CreateFrameRecognizer() local
1485 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); GetRecognizedArguments() local
1548 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); CreateStructuredDataFromScriptObject() local
1568 Locker py_lock(this, CreateScriptedThreadPlan() local
1587 Locker py_lock(this, ScriptedThreadPlanExplainsStop() local
1604 Locker py_lock(this, ScriptedThreadPlanShouldStop() local
1621 Locker py_lock(this, ScriptedThreadPlanIsStale() local
1638 Locker py_lock(this, ScriptedThreadPlanGetRunState() local
1661 Locker py_lock(this, ScriptedThreadPlanGetStopDescription() local
1686 Locker py_lock(this, CreateScriptedBreakpointResolver() local
1703 Locker py_lock(this, ScriptedBreakpointResolverSearchCallback() local
1720 Locker py_lock(this, ScriptedBreakpointResolverSearchDepth() local
1759 Locker py_lock(this, CreateScriptedStopHook() local
1777 Locker py_lock(this, ScriptedStopHookHandleStop() local
1815 Locker py_lock(this, GetDynamicSettings() local
1856 Locker py_lock(this, CreateSyntheticScriptedProvider() local
1875 Locker py_lock(this, CreateScriptCommandObject() local
1977 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | GetScriptedSummary() local
1995 Locker py_lock(this, GetScriptedSummary() local
2006 Locker py_lock(this, FormatterCallbackFunction() local
2044 Locker py_lock(python_interpreter, Locker::AcquireLock | BreakpointCallbackFunction() local
2106 Locker py_lock(python_interpreter, Locker::AcquireLock | WatchpointCallbackFunction() local
2137 Locker py_lock(this, CalculateNumChildren() local
2159 Locker py_lock(this, GetChildAtIndex() local
2194 Locker py_lock(this, GetIndexOfChildWithName() local
2217 Locker py_lock(this, UpdateSynthProviderInstance() local
2241 Locker py_lock(this, MightHaveChildrenSynthProviderInstance() local
2265 Locker py_lock(this, GetSyntheticValue() local
2287 Locker py_lock(this, GetSyntheticTypeName() local
2332 Locker py_lock(this, RunScriptFormatKeyword() local
2355 Locker py_lock(this, RunScriptFormatKeyword() local
2383 Locker py_lock(this, RunScriptFormatKeyword() local
2405 Locker py_lock(this, RunScriptFormatKeyword() local
2432 Locker py_lock(this, RunScriptFormatKeyword() local
2482 Locker py_lock(this, LoadScriptingModule() local
2702 Locker py_lock(this, RunScriptBasedCommand() local
2747 Locker py_lock(this, RunScriptBasedCommand() local
2807 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); GetShortHelpForCommandObject() local
2842 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); GetFlagsForCommandObject() local
2891 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); GetLongHelpForCommandObject() local
2925 std::unique_ptr<ScriptInterpreterLocker> py_lock(new Locker( AcquireInterpreterLock() local
[all...]