Searched refs:m_python_interpreter (Results 1 – 2 of 2) sorted by relevance
351 m_python_interpreter(py_interpreter) { in Locker()372 m_python_interpreter->SetThreadState(PyThreadState_Get()); in DoAcquireLock()373 m_python_interpreter->IncrementLockCount(); in DoAcquireLock()380 if (!m_python_interpreter) in DoInitSession()382 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()390 m_python_interpreter->DecrementLockCount(); in DoFreeLock()395 if (!m_python_interpreter) in DoTearDownSession()397 m_python_interpreter->LeaveSession(); in DoTearDownSession()
344 ScriptInterpreterPythonImpl *m_python_interpreter; variable