Home
last modified time | relevance | path

Searched refs:_PyThreadState_GetTSS (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pystate.h53 PyAPI_FUNC(PyThreadState*) _PyThreadState_GetTSS(void);
60 return _PyThreadState_GetTSS(); in _PyRuntimeState_GetThreadState()
79 return _PyThreadState_GetTSS(); in _PyThreadState_GET()
/third_party/python/Python/
Dpystate.c998 _PyThreadState_GetTSS(void) { in _PyThreadState_GetTSS() function
1024 PyThreadState *oldts = _PyThreadState_GetTSS(); in _PyThreadState_Swap()