Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c337 PyThreadState_Swap(PyThreadState *newts) in PyThreadState_Swap() argument
341 _PyThreadState_Current = newts; in PyThreadState_Swap()
347 if (newts) { in PyThreadState_Swap()
353 if (check && check->interp == newts->interp && check != newts) in PyThreadState_Swap()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c335 PyThreadState_Swap(PyThreadState *newts) in PyThreadState_Swap() argument
339 _PyThreadState_Current = newts; in PyThreadState_Swap()
345 if (newts) { in PyThreadState_Swap()
351 if (check && check->interp == newts->interp && check != newts) in PyThreadState_Swap()