Lines Matching refs:py_lock
1788 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_CreatePluginObject() local
1800 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_RegisterInfo() local
1859 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_ThreadsInfo() local
1945 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_RegisterContextData() local
2007 Locker py_lock(this,Locker::AcquireLock,Locker::FreeLock); in OSPlugin_CreateThread() local
2092 Locker py_lock(this); in CreateSyntheticScriptedProvider() local
2183 Locker py_lock(this); in GetScriptedSummary() local
2248 Locker py_lock(python_interpreter); in BreakpointCallbackFunction() local
2301 Locker py_lock(python_interpreter); in WatchpointCallbackFunction() local
2433 Locker py_lock(this); in CalculateNumChildren() local
2459 Locker py_lock(this); in GetChildAtIndex() local
2495 Locker py_lock(this); in GetIndexOfChildWithName() local
2519 Locker py_lock(this); in UpdateSynthProviderInstance() local
2543 Locker py_lock(this); in MightHaveChildrenSynthProviderInstance() local
2631 Locker py_lock(this); in RunScriptFormatKeyword() local
2663 Locker py_lock(this); in RunScriptFormatKeyword() local
2695 Locker py_lock(this); in RunScriptFormatKeyword() local
2727 Locker py_lock(this); in RunScriptFormatKeyword() local
2775 Locker py_lock (this, in LoadScriptingModule() local
2977 Locker py_lock(this, in RunScriptBasedCommand() local
3043 std::unique_ptr<ScriptInterpreterLocker> py_lock(new Locker(this, in AcquireInterpreterLock() local
3046 return py_lock; in AcquireInterpreterLock()