Searched refs:PyGILState_Ensure (Results 1 – 7 of 7) sorted by relevance
96 #define PyGILState_Ensure() ((PyGILState_STATE) 0) macro834 : m_state (PyGILState_Ensure ()) in gdbpy_gil()
224 m_state = PyGILState_Ensure (); in gdbpy_enter()2128 (void) PyGILState_Ensure (); in finalize_python()
880 SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {} in SWIG_Python_Thread_Block()896 … define SWIG_PYTHON_THREAD_BEGIN_BLOCK PyGILState_STATE _swig_thread_block = PyGILState_Ensure()
513 * python/python-internal.h (PyGILState_Ensure): New define.
1203 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
6288 (apply_varobj_pretty_printer): Do not call PyGILState_Ensure.
8376 calling PyGILState_Ensure() and PyGILState_Release(). These functions