Home
last modified time | relevance | path

Searched refs:PyGILState_Ensure (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython-internal.h96 #define PyGILState_Ensure() ((PyGILState_STATE) 0) macro
834 : m_state (PyGILState_Ensure ()) in gdbpy_gil()
Dpython.c224 m_state = PyGILState_Ensure (); in gdbpy_enter()
2128 (void) PyGILState_Ensure (); in finalize_python()
/netbsd/src/crypto/external/bsd/netpgp/dist/bindings/python/
Dnetpgppython_wrap.c880 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()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-2008513 * python/python-internal.h (PyGILState_Ensure): New define.
DChangeLog-20121203 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
DChangeLog-20096288 (apply_varobj_pretty_printer): Do not call PyGILState_Ensure.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git8376 calling PyGILState_Ensure() and PyGILState_Release(). These functions