Searched refs:_PyRuntimeGILState_GetThreadState (Results 1 – 1 of 1) sorted by relevance
37 #define _PyRuntimeGILState_GetThreadState(gilstate) \ macro918 if (tstate == _PyRuntimeGILState_GetThreadState(gilstate)) { in _PyThreadState_Delete()949 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyThreadState_DeleteCurrent()1026 PyThreadState *oldts = _PyRuntimeGILState_GetThreadState(gilstate); in _PyThreadState_Swap()1326 return tstate == _PyRuntimeGILState_GetThreadState(gilstate); in PyThreadState_IsCurrent()1474 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyGILState_Check()1568 assert(_PyRuntimeGILState_GetThreadState(&runtime->gilstate) == tstate); in PyGILState_Release()1683 if (interp != _PyRuntimeGILState_GetThreadState(gilstate)->interp) { in _call_in_interpreter()