Lines Matching refs:Locker
342 ScriptInterpreterPythonImpl::Locker::Locker( in Locker() function in ScriptInterpreterPythonImpl::Locker
357 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()
373 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()
381 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()
390 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()
397 ScriptInterpreterPythonImpl::Locker::~Locker() { in ~Locker()
420 Locker locker(this, Locker::AcquireLock, Locker::FreeAcquiredLock); in ScriptInterpreterPythonImpl()
657 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
690 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()
756 Locker py_lock(this, Locker::AcquireLock | in GetMaxPositionalArgumentsForCallable()
757 Locker::InitSession | in GetMaxPositionalArgumentsForCallable()
758 Locker::NoSTDIN); in GetMaxPositionalArgumentsForCallable()
851 Locker locker( in ExecuteOneLine()
853 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLine()
854 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLine()
855 ((result && result->GetInteractive()) ? 0 : Locker::NoSTDIN), in ExecuteOneLine()
856 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLine()
979 Locker locker(this, in ExecuteOneLineWithReturn()
980 Locker::AcquireLock | Locker::InitSession | in ExecuteOneLineWithReturn()
981 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLineWithReturn()
982 Locker::NoSTDIN, in ExecuteOneLineWithReturn()
983 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLineWithReturn()
1103 Locker locker(this, in ExecuteMultipleLines()
1104 Locker::AcquireLock | Locker::InitSession | in ExecuteMultipleLines()
1105 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteMultipleLines()
1106 Locker::NoSTDIN, in ExecuteMultipleLines()
1107 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteMultipleLines()
1434 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateFrameRecognizer()
1445 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments()
1494 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_CreatePluginObject()
1504 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_RegisterInfo()
1559 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_ThreadsInfo()
1616 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_RegisterContextData()
1673 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_CreateThread()
1745 Locker py_lock(this, in CreateScriptedThreadPlan()
1746 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedThreadPlan()
1764 Locker py_lock(this, in ScriptedThreadPlanExplainsStop()
1765 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanExplainsStop()
1781 Locker py_lock(this, in ScriptedThreadPlanShouldStop()
1782 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanShouldStop()
1798 Locker py_lock(this, in ScriptedThreadPlanIsStale()
1799 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanIsStale()
1815 Locker py_lock(this, in ScriptedThreadPlanGetRunState()
1816 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanGetRunState()
1845 Locker py_lock(this, in CreateScriptedBreakpointResolver()
1846 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedBreakpointResolver()
1861 Locker py_lock(this, in ScriptedBreakpointResolverSearchCallback()
1862 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchCallback()
1878 Locker py_lock(this, in ScriptedBreakpointResolverSearchDepth()
1879 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchDepth()
1917 Locker py_lock(this, in CreateScriptedStopHook()
1918 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedStopHook()
1935 Locker py_lock(this, in ScriptedStopHookHandleStop()
1936 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedStopHookHandleStop()
1973 Locker py_lock(this, in GetDynamicSettings()
1974 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetDynamicSettings()
2014 Locker py_lock(this, in CreateSyntheticScriptedProvider()
2015 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateSyntheticScriptedProvider()
2033 Locker py_lock(this, in CreateScriptCommandObject()
2034 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptCommandObject()
2132 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | in GetScriptedSummary()
2133 Locker::NoSTDIN); in GetScriptedSummary()
2150 Locker py_lock(this, in GetScriptedSummary()
2151 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetScriptedSummary()
2191 Locker py_lock(python_interpreter, Locker::AcquireLock | in BreakpointCallbackFunction()
2192 Locker::InitSession | in BreakpointCallbackFunction()
2193 Locker::NoSTDIN); in BreakpointCallbackFunction()
2253 Locker py_lock(python_interpreter, Locker::AcquireLock | in WatchpointCallbackFunction()
2254 Locker::InitSession | in WatchpointCallbackFunction()
2255 Locker::NoSTDIN); in WatchpointCallbackFunction()
2284 Locker py_lock(this, in CalculateNumChildren()
2285 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CalculateNumChildren()
2306 Locker py_lock(this, in GetChildAtIndex()
2307 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetChildAtIndex()
2339 Locker py_lock(this, in GetIndexOfChildWithName()
2340 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetIndexOfChildWithName()
2362 Locker py_lock(this, in UpdateSynthProviderInstance()
2363 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in UpdateSynthProviderInstance()
2385 Locker py_lock(this, in MightHaveChildrenSynthProviderInstance()
2386 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in MightHaveChildrenSynthProviderInstance()
2409 Locker py_lock(this, in GetSyntheticValue()
2410 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticValue()
2430 Locker py_lock(this, in GetSyntheticTypeName()
2431 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticTypeName()
2508 Locker py_lock(this, in RunScriptFormatKeyword()
2509 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2531 Locker py_lock(this, in RunScriptFormatKeyword()
2532 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2558 Locker py_lock(this, in RunScriptFormatKeyword()
2559 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2580 Locker py_lock(this, in RunScriptFormatKeyword()
2581 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2606 Locker py_lock(this, in RunScriptFormatKeyword()
2607 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2656 Locker py_lock(this, in LoadScriptingModule()
2657 Locker::AcquireLock | in LoadScriptingModule()
2658 (options.GetInitSession() ? Locker::InitSession : 0) | in LoadScriptingModule()
2659 Locker::NoSTDIN, in LoadScriptingModule()
2660 Locker::FreeAcquiredLock | in LoadScriptingModule()
2661 (options.GetInitSession() ? Locker::TearDownSession : 0), in LoadScriptingModule()
2876 Locker py_lock(this, in RunScriptBasedCommand()
2877 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
2878 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2879 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2920 Locker py_lock(this, in RunScriptBasedCommand()
2921 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
2922 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2923 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2979 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetShortHelpForCommandObject()
3035 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetFlagsForCommandObject()
3085 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetLongHelpForCommandObject()
3140 std::unique_ptr<ScriptInterpreterLocker> py_lock(new Locker( in AcquireInterpreterLock()
3141 this, Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN, in AcquireInterpreterLock()
3142 Locker::FreeLock | Locker::TearDownSession)); in AcquireInterpreterLock()