Lines Matching refs:Locker

365 ScriptInterpreterPythonImpl::Locker::Locker(  in Locker()  function in ScriptInterpreterPythonImpl::Locker
380 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()
396 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()
404 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()
413 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()
420 ScriptInterpreterPythonImpl::Locker::~Locker() { in ~Locker()
441 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl()
675 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
708 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()
774 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
775 Locker::InitSession | in GetMaxPositionalArgumentsForCallable()
776 Locker::NoSTDIN); in GetMaxPositionalArgumentsForCallable()
869 Locker locker( in ExecuteOneLine()
871 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
872 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLine()
873 ((result && result->GetInteractive()) ? 0 : Locker::NoSTDIN), in ExecuteOneLine()
874 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLine()
997 Locker locker(this, in ExecuteOneLineWithReturn()
998 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
999 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLineWithReturn()
1000 Locker::NoSTDIN, in ExecuteOneLineWithReturn()
1001 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLineWithReturn()
1121 Locker locker(this, in ExecuteMultipleLines()
1122 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
1123 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteMultipleLines()
1124 Locker::NoSTDIN, in ExecuteMultipleLines()
1125 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteMultipleLines()
1479 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateFrameRecognizer()
1490 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments()
1558 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateStructuredDataFromScriptObject()
1580 Locker py_lock(this, in CreateScriptedBreakpointResolver()
1581 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedBreakpointResolver()
1597 Locker py_lock(this, in ScriptedBreakpointResolverSearchCallback()
1598 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchCallback()
1614 Locker py_lock(this, in ScriptedBreakpointResolverSearchDepth()
1615 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchDepth()
1653 Locker py_lock(this, in CreateScriptedStopHook()
1654 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedStopHook()
1671 Locker py_lock(this, in ScriptedStopHookHandleStop()
1672 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedStopHookHandleStop()
1709 Locker py_lock(this, in GetDynamicSettings()
1710 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetDynamicSettings()
1750 Locker py_lock(this, in CreateSyntheticScriptedProvider()
1751 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateSyntheticScriptedProvider()
1769 Locker py_lock(this, in CreateScriptCommandObject()
1770 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptCommandObject()
1871 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | in GetScriptedSummary()
1872 Locker::NoSTDIN); in GetScriptedSummary()
1889 Locker py_lock(this, in GetScriptedSummary()
1890 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetScriptedSummary()
1900 Locker py_lock(this, in FormatterCallbackFunction()
1901 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in FormatterCallbackFunction()
1938 Locker py_lock(python_interpreter, Locker::AcquireLock | in BreakpointCallbackFunction()
1939 Locker::InitSession | in BreakpointCallbackFunction()
1940 Locker::NoSTDIN); in BreakpointCallbackFunction()
2000 Locker py_lock(python_interpreter, Locker::AcquireLock | in WatchpointCallbackFunction()
2001 Locker::InitSession | in WatchpointCallbackFunction()
2002 Locker::NoSTDIN); in WatchpointCallbackFunction()
2031 Locker py_lock(this, in CalculateNumChildren()
2032 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CalculateNumChildren()
2053 Locker py_lock(this, in GetChildAtIndex()
2054 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetChildAtIndex()
2088 Locker py_lock(this, in GetIndexOfChildWithName()
2089 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetIndexOfChildWithName()
2111 Locker py_lock(this, in UpdateSynthProviderInstance()
2112 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in UpdateSynthProviderInstance()
2135 Locker py_lock(this, in MightHaveChildrenSynthProviderInstance()
2136 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in MightHaveChildrenSynthProviderInstance()
2159 Locker py_lock(this, in GetSyntheticValue()
2160 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticValue()
2181 Locker py_lock(this, in GetSyntheticTypeName()
2182 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticTypeName()
2226 Locker py_lock(this, in RunScriptFormatKeyword()
2227 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2249 Locker py_lock(this, in RunScriptFormatKeyword()
2250 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2277 Locker py_lock(this, in RunScriptFormatKeyword()
2278 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2299 Locker py_lock(this, in RunScriptFormatKeyword()
2300 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2326 Locker py_lock(this, in RunScriptFormatKeyword()
2327 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2376 Locker py_lock(this, in LoadScriptingModule()
2377 Locker::AcquireLock | in LoadScriptingModule()
2378 (options.GetInitSession() ? Locker::InitSession : 0) | in LoadScriptingModule()
2379 Locker::NoSTDIN, in LoadScriptingModule()
2380 Locker::FreeAcquiredLock | in LoadScriptingModule()
2381 (options.GetInitSession() ? Locker::TearDownSession : 0), in LoadScriptingModule()
2593 Locker py_lock(this, in RunScriptBasedCommand()
2594 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
2595 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2596 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2638 Locker py_lock(this, in RunScriptBasedCommand()
2639 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
2640 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2641 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2683 Locker py_lock(this, in RunScriptBasedParsedCommand()
2684 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedParsedCommand()
2685 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedParsedCommand()
2686 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedParsedCommand()
2725 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, in GetRepeatCommandForScriptedCommand()
2726 Locker::FreeLock); in GetRepeatCommandForScriptedCommand()
2777 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetShortHelpForCommandObject()
2812 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetFlagsForCommandObject()
2862 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetOptionsForCommandObject()
2910 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetArgumentsForCommandObject()
2957 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OptionParsingStartedForCommandObject()
3007 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in SetOptionValueForCommandObject()
3060 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetLongHelpForCommandObject()
3094 std::unique_ptr<ScriptInterpreterLocker> py_lock(new Locker( in AcquireInterpreterLock()
3095 this, Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN, in AcquireInterpreterLock()
3096 Locker::FreeLock | Locker::TearDownSession)); in AcquireInterpreterLock()