Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpystate.c1024 PyThreadState *oldts = _PyThreadState_GetTSS(); in _PyThreadState_Swap() local
1026 PyThreadState *oldts = _PyRuntimeGILState_GetThreadState(gilstate); in _PyThreadState_Swap()
1049 return oldts; in _PyThreadState_Swap()