Home
last modified time | relevance | path

Searched refs:PyOS_getsig (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h171 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h173 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsignalmodule.c603 t = PyOS_getsig(i); in initsignal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c611 t = PyOS_getsig(i); in initsignal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1834 PyOS_getsig(int sig) in PyOS_getsig() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1859 PyOS_getsig(int sig) in PyOS_getsig() function