Home
last modified time | relevance | path

Searched refs:Py_AtExit (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h74 PyAPI_FUNC(int) Py_AtExit(void (*func)(void));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h74 PyAPI_FUNC(int) Py_AtExit(void (*func)(void));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictobject.c249 Py_AtExit(show_counts); in PyDict_New()
252 Py_AtExit(show_alloc); in PyDict_New()
255 Py_AtExit(show_track); in PyDict_New()
Dlistobject.c120 Py_AtExit(show_alloc); in PyList_New()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictobject.c249 Py_AtExit(show_counts); in PyDict_New()
252 Py_AtExit(show_alloc); in PyDict_New()
255 Py_AtExit(show_track); in PyDict_New()
Dlistobject.c120 Py_AtExit(show_alloc); in PyList_New()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1709 int Py_AtExit(void (*func)(void)) in Py_AtExit() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1734 int Py_AtExit(void (*func)(void)) in Py_AtExit() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c4383 Py_AtExit(os_cleanup);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c4485 Py_AtExit(os_cleanup);