Searched refs:PyGILState_GetThisThreadState (Results 1 – 15 of 15) sorted by relevance
336 PyThreadState *ts = PyGILState_GetThisThreadState(); in gil_ensure()355 ts = PyGILState_GetThisThreadState(); in gil_ensure()
352 PyThreadState *check = PyGILState_GetThisThreadState(); in PyThreadState_Swap()513 assert(PyGILState_GetThisThreadState()==tstate); in PyThreadState_IsCurrent()579 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
124 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
92 is_gil_held = (tstate == PyGILState_GetThisThreadState()); in TEST_SUBMODULE()
178 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
274 PyGILState_GetThisThreadState=python38.PyGILState_GetThisThreadState
879 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
1238 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
2153 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
1041 "PyGILState_GetThisThreadState"
239 tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
430 tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
1905 tstate = PyGILState_GetThisThreadState();
645 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()
951 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()