Lines Matching refs:Locker

462 ScriptInterpreterPythonImpl::Locker::Locker(  in Locker()  function in ScriptInterpreterPythonImpl::Locker
478 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()
494 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()
502 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()
511 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()
518 ScriptInterpreterPythonImpl::Locker::~Locker() { in ~Locker()
543 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl()
786 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
819 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()
885 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
886 Locker::InitSession | in GetMaxPositionalArgumentsForCallable()
887 Locker::NoSTDIN); in GetMaxPositionalArgumentsForCallable()
980 Locker locker( in ExecuteOneLine()
982 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
983 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLine()
984 ((result && result->GetInteractive()) ? 0 : Locker::NoSTDIN), in ExecuteOneLine()
985 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLine()
1091 Locker locker(this, in ExecuteOneLineWithReturn()
1092 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
1093 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLineWithReturn()
1094 Locker::NoSTDIN, in ExecuteOneLineWithReturn()
1095 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLineWithReturn()
1215 Locker locker(this, in ExecuteMultipleLines()
1216 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
1217 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteMultipleLines()
1218 Locker::NoSTDIN, in ExecuteMultipleLines()
1219 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteMultipleLines()
1549 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, in CreateFrameRecognizer()
1550 Locker::FreeLock); in CreateFrameRecognizer()
1561 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments()
1613 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, in OSPlugin_CreatePluginObject()
1614 Locker::FreeLock); in OSPlugin_CreatePluginObject()
1624 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_RegisterInfo()
1679 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_ThreadsInfo()
1736 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_RegisterContextData()
1793 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_CreateThread()
1868 Locker py_lock(this, in CreateScriptedThreadPlan()
1869 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedThreadPlan()
1887 Locker py_lock(this, in ScriptedThreadPlanExplainsStop()
1888 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanExplainsStop()
1904 Locker py_lock(this, in ScriptedThreadPlanShouldStop()
1905 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanShouldStop()
1921 Locker py_lock(this, in ScriptedThreadPlanIsStale()
1922 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanIsStale()
1938 Locker py_lock(this, in ScriptedThreadPlanGetRunState()
1939 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanGetRunState()
1971 Locker py_lock(this, in CreateScriptedBreakpointResolver()
1972 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedBreakpointResolver()
1987 Locker py_lock(this, in ScriptedBreakpointResolverSearchCallback()
1988 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchCallback()
2004 Locker py_lock(this, in ScriptedBreakpointResolverSearchDepth()
2005 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchDepth()
2046 Locker py_lock(this, in CreateScriptedStopHook()
2047 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedStopHook()
2064 Locker py_lock(this, in ScriptedStopHookHandleStop()
2065 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedStopHookHandleStop()
2102 Locker py_lock(this, in GetDynamicSettings()
2103 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetDynamicSettings()
2146 Locker py_lock(this, in CreateSyntheticScriptedProvider()
2147 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateSyntheticScriptedProvider()
2168 Locker py_lock(this, in CreateScriptCommandObject()
2169 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptCommandObject()
2267 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | in GetScriptedSummary()
2268 Locker::NoSTDIN); in GetScriptedSummary()
2322 Locker py_lock(python_interpreter, Locker::AcquireLock | in BreakpointCallbackFunction()
2323 Locker::InitSession | in BreakpointCallbackFunction()
2324 Locker::NoSTDIN); in BreakpointCallbackFunction()
2384 Locker py_lock(python_interpreter, Locker::AcquireLock | in WatchpointCallbackFunction()
2385 Locker::InitSession | in WatchpointCallbackFunction()
2386 Locker::NoSTDIN); in WatchpointCallbackFunction()
2415 Locker py_lock(this, in CalculateNumChildren()
2416 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CalculateNumChildren()
2437 Locker py_lock(this, in GetChildAtIndex()
2438 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetChildAtIndex()
2470 Locker py_lock(this, in GetIndexOfChildWithName()
2471 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetIndexOfChildWithName()
2493 Locker py_lock(this, in UpdateSynthProviderInstance()
2494 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in UpdateSynthProviderInstance()
2516 Locker py_lock(this, in MightHaveChildrenSynthProviderInstance()
2517 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in MightHaveChildrenSynthProviderInstance()
2540 Locker py_lock(this, in GetSyntheticValue()
2541 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticValue()
2560 Locker py_lock(this, in GetSyntheticTypeName()
2561 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticTypeName()
2639 Locker py_lock(this, in RunScriptFormatKeyword()
2640 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2664 Locker py_lock(this, in RunScriptFormatKeyword()
2665 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2689 Locker py_lock(this, in RunScriptFormatKeyword()
2690 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2714 Locker py_lock(this, in RunScriptFormatKeyword()
2715 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2739 Locker py_lock(this, in RunScriptFormatKeyword()
2740 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2790 Locker py_lock(this, in LoadScriptingModule()
2791 Locker::AcquireLock | in LoadScriptingModule()
2792 (options.GetInitSession() ? Locker::InitSession : 0) | in LoadScriptingModule()
2793 Locker::NoSTDIN, in LoadScriptingModule()
2794 Locker::FreeAcquiredLock | in LoadScriptingModule()
2795 (options.GetInitSession() ? Locker::TearDownSession : 0), in LoadScriptingModule()
3009 Locker py_lock(this, in RunScriptBasedCommand()
3010 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
3011 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
3012 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
3053 Locker py_lock(this, in RunScriptBasedCommand()
3054 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
3055 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
3056 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
3112 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetShortHelpForCommandObject()
3168 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetFlagsForCommandObject()
3218 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetLongHelpForCommandObject()
3273 std::unique_ptr<ScriptInterpreterLocker> py_lock(new Locker( in AcquireInterpreterLock()
3274 this, Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN, in AcquireInterpreterLock()
3275 Locker::FreeLock | Locker::TearDownSession)); in AcquireInterpreterLock()