Lines Matching refs:Locker

359 ScriptInterpreterPythonImpl::Locker::Locker(  in Locker()  function in ScriptInterpreterPythonImpl::Locker
374 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()
390 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()
398 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()
407 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()
414 ScriptInterpreterPythonImpl::Locker::~Locker() { in ~Locker()
435 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl()
670 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
703 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()
769 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
770 Locker::InitSession | in GetMaxPositionalArgumentsForCallable()
771 Locker::NoSTDIN); in GetMaxPositionalArgumentsForCallable()
864 Locker locker( in ExecuteOneLine()
866 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
867 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLine()
868 ((result && result->GetInteractive()) ? 0 : Locker::NoSTDIN), in ExecuteOneLine()
869 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLine()
992 Locker locker(this, in ExecuteOneLineWithReturn()
993 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
994 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLineWithReturn()
995 Locker::NoSTDIN, in ExecuteOneLineWithReturn()
996 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLineWithReturn()
1116 Locker locker(this, in ExecuteMultipleLines()
1117 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
1118 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteMultipleLines()
1119 Locker::NoSTDIN, in ExecuteMultipleLines()
1120 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteMultipleLines()
1474 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateFrameRecognizer()
1485 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments()
1548 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateStructuredDataFromScriptObject()
1568 Locker py_lock(this, in CreateScriptedThreadPlan()
1569 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedThreadPlan()
1587 Locker py_lock(this, in ScriptedThreadPlanExplainsStop()
1588 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanExplainsStop()
1604 Locker py_lock(this, in ScriptedThreadPlanShouldStop()
1605 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanShouldStop()
1621 Locker py_lock(this, in ScriptedThreadPlanIsStale()
1622 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanIsStale()
1638 Locker py_lock(this, in ScriptedThreadPlanGetRunState()
1639 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanGetRunState()
1661 Locker py_lock(this, in ScriptedThreadPlanGetStopDescription()
1662 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanGetStopDescription()
1686 Locker py_lock(this, in CreateScriptedBreakpointResolver()
1687 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedBreakpointResolver()
1703 Locker py_lock(this, in ScriptedBreakpointResolverSearchCallback()
1704 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchCallback()
1720 Locker py_lock(this, in ScriptedBreakpointResolverSearchDepth()
1721 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchDepth()
1759 Locker py_lock(this, in CreateScriptedStopHook()
1760 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedStopHook()
1777 Locker py_lock(this, in ScriptedStopHookHandleStop()
1778 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedStopHookHandleStop()
1815 Locker py_lock(this, in GetDynamicSettings()
1816 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetDynamicSettings()
1856 Locker py_lock(this, in CreateSyntheticScriptedProvider()
1857 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateSyntheticScriptedProvider()
1875 Locker py_lock(this, in CreateScriptCommandObject()
1876 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptCommandObject()
1977 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | in GetScriptedSummary()
1978 Locker::NoSTDIN); in GetScriptedSummary()
1995 Locker py_lock(this, in GetScriptedSummary()
1996 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetScriptedSummary()
2006 Locker py_lock(this, in FormatterCallbackFunction()
2007 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in FormatterCallbackFunction()
2044 Locker py_lock(python_interpreter, Locker::AcquireLock | in BreakpointCallbackFunction()
2045 Locker::InitSession | in BreakpointCallbackFunction()
2046 Locker::NoSTDIN); in BreakpointCallbackFunction()
2106 Locker py_lock(python_interpreter, Locker::AcquireLock | in WatchpointCallbackFunction()
2107 Locker::InitSession | in WatchpointCallbackFunction()
2108 Locker::NoSTDIN); in WatchpointCallbackFunction()
2137 Locker py_lock(this, in CalculateNumChildren()
2138 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CalculateNumChildren()
2159 Locker py_lock(this, in GetChildAtIndex()
2160 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetChildAtIndex()
2194 Locker py_lock(this, in GetIndexOfChildWithName()
2195 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetIndexOfChildWithName()
2217 Locker py_lock(this, in UpdateSynthProviderInstance()
2218 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in UpdateSynthProviderInstance()
2241 Locker py_lock(this, in MightHaveChildrenSynthProviderInstance()
2242 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in MightHaveChildrenSynthProviderInstance()
2265 Locker py_lock(this, in GetSyntheticValue()
2266 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticValue()
2287 Locker py_lock(this, in GetSyntheticTypeName()
2288 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticTypeName()
2332 Locker py_lock(this, in RunScriptFormatKeyword()
2333 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2355 Locker py_lock(this, in RunScriptFormatKeyword()
2356 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2383 Locker py_lock(this, in RunScriptFormatKeyword()
2384 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2405 Locker py_lock(this, in RunScriptFormatKeyword()
2406 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2432 Locker py_lock(this, in RunScriptFormatKeyword()
2433 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2482 Locker py_lock(this, in LoadScriptingModule()
2483 Locker::AcquireLock | in LoadScriptingModule()
2484 (options.GetInitSession() ? Locker::InitSession : 0) | in LoadScriptingModule()
2485 Locker::NoSTDIN, in LoadScriptingModule()
2486 Locker::FreeAcquiredLock | in LoadScriptingModule()
2487 (options.GetInitSession() ? Locker::TearDownSession : 0), in LoadScriptingModule()
2702 Locker py_lock(this, in RunScriptBasedCommand()
2703 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
2704 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2705 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2747 Locker py_lock(this, in RunScriptBasedCommand()
2748 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
2749 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2750 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2807 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetShortHelpForCommandObject()
2842 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetFlagsForCommandObject()
2891 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetLongHelpForCommandObject()
2925 std::unique_ptr<ScriptInterpreterLocker> py_lock(new Locker( in AcquireInterpreterLock()
2926 this, Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN, in AcquireInterpreterLock()
2927 Locker::FreeLock | Locker::TearDownSession)); in AcquireInterpreterLock()