Searched refs:PyGILState_GetThisThreadState (Results 1 – 13 of 13) sorted by relevance
120 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
1049 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
338 PyThreadState *tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
2715 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
3226 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
202 PyThreadState *tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
1424 if (orig_tstate != PyGILState_GetThisThreadState()) { in test_current_tstate_matches()1438 if (substate != PyGILState_GetThisThreadState()) { in test_current_tstate_matches()
30 Previously, ``PyThreadState_GET()`` and ``PyGILState_GetThisThreadState()``
296 EXPORT_FUNC(PyGILState_GetThisThreadState)
302 func,PyGILState_GetThisThreadState,3.2,,
311 …<elf-symbol name='PyGILState_GetThisThreadState' type='func-type' binding='global-binding' visibil…28383 …PyGILState_GetThisThreadState' mangled-name='PyGILState_GetThisThreadState' filepath='./Include/py…
857 [function.PyGILState_GetThisThreadState]
1231 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()