Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpystate.c339 PyThreadState *oldts = _PyThreadState_Current; in PyThreadState_Swap() local
358 return oldts; in PyThreadState_Swap()
/external/python/cpython3/Python/
Dpystate.c968 PyThreadState *oldts = _PyRuntimeGILState_GetThreadState(gilstate); in _PyThreadState_Swap() local
987 return oldts; in _PyThreadState_Swap()