Searched refs:_PyThreadState_GetTSS (Results 1 – 2 of 2) sorted by relevance
53 PyAPI_FUNC(PyThreadState*) _PyThreadState_GetTSS(void);60 return _PyThreadState_GetTSS(); in _PyRuntimeState_GetThreadState()79 return _PyThreadState_GetTSS(); in _PyThreadState_GET()
998 _PyThreadState_GetTSS(void) { in _PyThreadState_GetTSS() function1024 PyThreadState *oldts = _PyThreadState_GetTSS(); in _PyThreadState_Swap()