Lines Matching refs:Locker

203 ScriptInterpreterPython::Locker::Locker(ScriptInterpreterPython *py_interpreter,  in Locker()  function in ScriptInterpreterPython::Locker
218 bool ScriptInterpreterPython::Locker::DoAcquireLock() { in DoAcquireLock()
234 bool ScriptInterpreterPython::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()
242 bool ScriptInterpreterPython::Locker::DoFreeLock() { in DoFreeLock()
251 bool ScriptInterpreterPython::Locker::DoTearDownSession() { in DoTearDownSession()
258 ScriptInterpreterPython::Locker::~Locker() { in ~Locker()
283 Locker locker(this, ScriptInterpreterPython::Locker::AcquireLock, in ScriptInterpreterPython()
284 ScriptInterpreterPython::Locker::FreeAcquiredLock); in ScriptInterpreterPython()
618 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
658 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()
857 Locker locker( in ExecuteOneLine()
859 ScriptInterpreterPython::Locker::AcquireLock | in ExecuteOneLine()
860 ScriptInterpreterPython::Locker::InitSession | in ExecuteOneLine()
862 ? ScriptInterpreterPython::Locker::InitGlobals in ExecuteOneLine()
864 ((result && result->GetInteractive()) ? 0 : Locker::NoSTDIN), in ExecuteOneLine()
865 ScriptInterpreterPython::Locker::FreeAcquiredLock | in ExecuteOneLine()
866 ScriptInterpreterPython::Locker::TearDownSession, in ExecuteOneLine()
956 ScriptInterpreterPython::Locker locker( in Run()
957 m_python, ScriptInterpreterPython::Locker::AcquireLock | in Run()
958 ScriptInterpreterPython::Locker::InitSession | in Run()
959 ScriptInterpreterPython::Locker::InitGlobals, in Run()
960 ScriptInterpreterPython::Locker::FreeAcquiredLock | in Run()
961 ScriptInterpreterPython::Locker::TearDownSession); in Run()
1046 Locker locker(this, ScriptInterpreterPython::Locker::AcquireLock | in ExecuteOneLineWithReturn()
1047 ScriptInterpreterPython::Locker::InitSession | in ExecuteOneLineWithReturn()
1049 ? ScriptInterpreterPython::Locker::InitGlobals in ExecuteOneLineWithReturn()
1051 Locker::NoSTDIN, in ExecuteOneLineWithReturn()
1052 ScriptInterpreterPython::Locker::FreeAcquiredLock | in ExecuteOneLineWithReturn()
1053 ScriptInterpreterPython::Locker::TearDownSession); in ExecuteOneLineWithReturn()
1202 Locker locker(this, ScriptInterpreterPython::Locker::AcquireLock | in ExecuteMultipleLines()
1203 ScriptInterpreterPython::Locker::InitSession | in ExecuteMultipleLines()
1205 ? ScriptInterpreterPython::Locker::InitGlobals in ExecuteMultipleLines()
1207 Locker::NoSTDIN, in ExecuteMultipleLines()
1208 ScriptInterpreterPython::Locker::FreeAcquiredLock | in ExecuteMultipleLines()
1209 ScriptInterpreterPython::Locker::TearDownSession); in ExecuteMultipleLines()
1518 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, in CreateFrameRecognizer()
1519 Locker::FreeLock); in CreateFrameRecognizer()
1530 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments()
1577 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, in OSPlugin_CreatePluginObject()
1578 Locker::FreeLock); in OSPlugin_CreatePluginObject()
1588 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_RegisterInfo()
1643 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_ThreadsInfo()
1728 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_RegisterContextData()
1785 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in OSPlugin_CreateThread()
1861 Locker py_lock(this, in CreateScriptedThreadPlan()
1862 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedThreadPlan()
1879 Locker py_lock(this, in ScriptedThreadPlanExplainsStop()
1880 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanExplainsStop()
1896 Locker py_lock(this, in ScriptedThreadPlanShouldStop()
1897 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanShouldStop()
1913 Locker py_lock(this, in ScriptedThreadPlanIsStale()
1914 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanIsStale()
1930 Locker py_lock(this, in ScriptedThreadPlanGetRunState()
1931 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedThreadPlanGetRunState()
1967 Locker py_lock(this, in CreateScriptedBreakpointResolver()
1968 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptedBreakpointResolver()
1985 Locker py_lock(this, in ScriptedBreakpointResolverSearchCallback()
1986 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchCallback()
2003 Locker py_lock(this, in ScriptedBreakpointResolverSearchDepth()
2004 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in ScriptedBreakpointResolverSearchDepth()
2049 Locker py_lock(this, in GetDynamicSettings()
2050 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetDynamicSettings()
2087 Locker py_lock(this, in CreateSyntheticScriptedProvider()
2088 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateSyntheticScriptedProvider()
2110 Locker py_lock(this, in CreateScriptCommandObject()
2111 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CreateScriptCommandObject()
2206 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | in GetScriptedSummary()
2207 Locker::NoSTDIN); in GetScriptedSummary()
2232 Locker locker(this, ScriptInterpreterPython::Locker::AcquireLock, in Clear()
2233 ScriptInterpreterPython::Locker::FreeAcquiredLock); in Clear()
2276 Locker py_lock(python_interpreter, Locker::AcquireLock | in BreakpointCallbackFunction()
2277 Locker::InitSession | in BreakpointCallbackFunction()
2278 Locker::NoSTDIN); in BreakpointCallbackFunction()
2324 Locker py_lock(python_interpreter, Locker::AcquireLock | in WatchpointCallbackFunction()
2325 Locker::InitSession | in WatchpointCallbackFunction()
2326 Locker::NoSTDIN); in WatchpointCallbackFunction()
2358 Locker py_lock(this, in CalculateNumChildren()
2359 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in CalculateNumChildren()
2384 Locker py_lock(this, in GetChildAtIndex()
2385 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetChildAtIndex()
2420 Locker py_lock(this, in GetIndexOfChildWithName()
2421 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetIndexOfChildWithName()
2446 Locker py_lock(this, in UpdateSynthProviderInstance()
2447 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in UpdateSynthProviderInstance()
2472 Locker py_lock(this, in MightHaveChildrenSynthProviderInstance()
2473 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in MightHaveChildrenSynthProviderInstance()
2499 Locker py_lock(this, in GetSyntheticValue()
2500 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticValue()
2519 Locker py_lock(this, in GetSyntheticTypeName()
2520 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in GetSyntheticTypeName()
2602 Locker py_lock(this, in RunScriptFormatKeyword()
2603 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2631 Locker py_lock(this, in RunScriptFormatKeyword()
2632 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2660 Locker py_lock(this, in RunScriptFormatKeyword()
2661 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2689 Locker py_lock(this, in RunScriptFormatKeyword()
2690 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2718 Locker py_lock(this, in RunScriptFormatKeyword()
2719 Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN); in RunScriptFormatKeyword()
2763 Locker py_lock(this, Locker::AcquireLock | in LoadScriptingModule()
2764 (init_session ? Locker::InitSession : 0) | in LoadScriptingModule()
2765 Locker::NoSTDIN, in LoadScriptingModule()
2766 Locker::FreeAcquiredLock | in LoadScriptingModule()
2767 (init_session ? Locker::TearDownSession : 0)); in LoadScriptingModule()
2958 Locker py_lock(this, in RunScriptBasedCommand()
2959 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
2960 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2961 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
3007 Locker py_lock(this, in RunScriptBasedCommand()
3008 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
3009 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
3010 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
3063 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetShortHelpForCommandObject()
3118 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetFlagsForCommandObject()
3173 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetLongHelpForCommandObject()
3228 std::unique_ptr<ScriptInterpreterLocker> py_lock(new Locker( in AcquireInterpreterLock()
3229 this, Locker::AcquireLock | Locker::InitSession | Locker::NoSTDIN, in AcquireInterpreterLock()
3230 Locker::FreeLock | Locker::TearDownSession)); in AcquireInterpreterLock()