Searched refs:_PyGILState_GetThisThreadState (Results 1 – 1 of 1) sorted by relevance
44 static PyThreadState *_PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate);1040 PyThreadState *check = _PyGILState_GetThisThreadState(gilstate); in _PyThreadState_Swap()1325 assert(_PyGILState_GetThisThreadState(gilstate) == tstate); in PyThreadState_IsCurrent()1392 PyThreadState *tstate = _PyGILState_GetThisThreadState(gilstate); in _PyGILState_Reinit()1449 _PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate) in _PyGILState_GetThisThreadState() function1459 return _PyGILState_GetThisThreadState(&_PyRuntime.gilstate); in PyGILState_GetThisThreadState()1479 return (tstate == _PyGILState_GetThisThreadState(gilstate)); in PyGILState_Check()