Searched refs:PyGILState_GetThisThreadState (Results 1 – 11 of 11) sorted by relevance
138 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
905 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
1457 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
2696 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
669 tstate = PyGILState_GetThisThreadState(); in Py_AddPendingCall()
242 tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
390 PyThreadState *tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
277 EXPORT_FUNC(PyGILState_GetThisThreadState)
285 function,PyGILState_GetThisThreadState,3.2,
752 function PyGILState_GetThisThreadState
992 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()