HomeSort by relevance Sort by last modified time
    Searched defs:PyThreadState_DeleteCurrent (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 257 /* Common code for PyThreadState_Delete() and PyThreadState_DeleteCurrent() */
311 PyThreadState_DeleteCurrent()
316 "PyThreadState_DeleteCurrent: no current tstate");
652 PyThreadState_DeleteCurrent();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 255 /* Common code for PyThreadState_Delete() and PyThreadState_DeleteCurrent() */
309 PyThreadState_DeleteCurrent()
314 "PyThreadState_DeleteCurrent: no current tstate");
667 PyThreadState_DeleteCurrent();

Completed in 54 milliseconds