HomeSort by relevance Sort by last modified time
    Searched refs:oldts (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 339 PyThreadState *oldts = _PyThreadState_Current; local
358 return oldts;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 337 PyThreadState *oldts = _PyThreadState_Current; local
356 return oldts;
  /external/python/cpython2/Python/
pystate.c 339 PyThreadState *oldts = _PyThreadState_Current; local
358 return oldts;
  /external/python/cpython3/Python/
pystate.c 529 PyThreadState *oldts = GET_TSTATE(); local
548 return oldts;

Completed in 174 milliseconds