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

  /external/python/cpython3/Include/internal/
pystate.h 98 #define NEXITFUNCS 32
99 void (*exitfuncs[NEXITFUNCS])(void);
100 int nexitfuncs; member in struct:pyruntimestate
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 1732 static int nexitfuncs = 0; variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 1707 static int nexitfuncs = 0; variable
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 1749 static int nexitfuncs = 0; variable
    [all...]

Completed in 488 milliseconds