Searched refs:PyGILState_GetThisThreadState (Results 1 – 12 of 12) sorted by relevance
352 PyThreadState *check = PyGILState_GetThisThreadState(); in PyThreadState_Swap()513 assert(PyGILState_GetThisThreadState()==tstate); in PyThreadState_IsCurrent()579 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
731 PyThreadState *check = PyGILState_GetThisThreadState(); in PyThreadState_Swap()899 assert(PyGILState_GetThisThreadState()==tstate); in PyThreadState_IsCurrent()953 PyThreadState *tstate = PyGILState_GetThisThreadState(); in _PyGILState_Reinit()1008 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function1031 return (tstate == PyGILState_GetThisThreadState()); in PyGILState_Check()
865 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
2133 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
178 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
415 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
273 PyGILState_GetThisThreadState=python37.PyGILState_GetThisThreadState
1041 "PyGILState_GetThisThreadState"
237 tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
450 tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
645 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()
917 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()