Home
last modified time | relevance | path

Searched refs:PyOS_setsig (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfpectlmodule.c137 PyOS_setsig(SIGFPE, handler); in fpe_reset()
157 PyOS_setsig(SIGFPE, handler); in fpe_reset()
166 PyOS_setsig(SIGFPE, handler); in fpe_reset()
174 PyOS_setsig(SIGFPE, handler); in fpe_reset()
185 PyOS_setsig(SIGFPE, handler); in fpe_reset()
193 PyOS_setsig(SIGFPE, handler); in fpe_reset()
206 PyOS_setsig(SIGFPE, handler); in fpe_reset()
210 PyOS_setsig(SIGFPE, handler); in fpe_reset()
218 PyOS_setsig(SIGFPE, handler); in fpe_reset()
224 PyOS_setsig(SIGFPE, handler); in fpe_reset()
[all …]
Dsignalmodule.c214 PyOS_setsig(sig_num, signal_handler); in signal_handler()
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) { in signal_signal()
618 old_siginthandler = PyOS_setsig(SIGINT, signal_handler); in initsignal()
861 PyOS_setsig(SIGINT, old_siginthandler); in finisignal()
870 PyOS_setsig(i, SIG_DFL); in finisignal()
Dreadline.c1014 old_inthandler = PyOS_setsig(SIGINT, onintr); in readline_until_enter_or_signal()
1020 PyOS_setsig(SIGINT, old_inthandler); in readline_until_enter_or_signal()
1026 PyOS_setsig(SIGINT, old_inthandler); in readline_until_enter_or_signal()
Dposixmodule.c3772 sig_saved = PyOS_setsig(SIGCHLD, SIG_DFL); in posix_openpty()
3775 PyOS_setsig(SIGCHLD, sig_saved); in posix_openpty()
3780 PyOS_setsig(SIGCHLD, sig_saved); in posix_openpty()
3783 PyOS_setsig(SIGCHLD, sig_saved); in posix_openpty()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dintrcheck.c141 PyOS_setsig(SIGINT, intcatcher); in intcatcher()
150 if ((old_siginthandler = PyOS_setsig(SIGINT, SIG_IGN)) != SIG_IGN) in PyOS_InitInterrupts()
151 PyOS_setsig(SIGINT, intcatcher); in PyOS_InitInterrupts()
157 PyOS_setsig(SIGINT, old_siginthandler); in PyOS_FiniInterrupts()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c214 PyOS_setsig(sig_num, signal_handler); in signal_handler()
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) { in signal_signal()
626 old_siginthandler = PyOS_setsig(SIGINT, signal_handler); in initsignal()
869 PyOS_setsig(SIGINT, old_siginthandler); in finisignal()
878 PyOS_setsig(i, SIG_DFL); in finisignal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h172 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h174 PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1762 PyOS_setsig(SIGPIPE, SIG_IGN); in initsigs()
1765 PyOS_setsig(SIGXFZ, SIG_IGN); in initsigs()
1768 PyOS_setsig(SIGXFSZ, SIG_IGN); in initsigs()
1868 PyOS_setsig(int sig, PyOS_sighandler_t handler) in PyOS_setsig() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1787 PyOS_setsig(SIGPIPE, SIG_IGN); in initsigs()
1790 PyOS_setsig(SIGXFZ, SIG_IGN); in initsigs()
1793 PyOS_setsig(SIGXFSZ, SIG_IGN); in initsigs()
1893 PyOS_setsig(int sig, PyOS_sighandler_t handler) in PyOS_setsig() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2176 sig_saved = PyOS_setsig(SIGCHLD, SIG_DFL); in edk2_openpty()
2179 PyOS_setsig(SIGCHLD, sig_saved); in edk2_openpty()
2184 PyOS_setsig(SIGCHLD, sig_saved); in edk2_openpty()
2187 PyOS_setsig(SIGCHLD, sig_saved); in edk2_openpty()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c2230 sig_saved = PyOS_setsig(SIGCHLD, SIG_DFL); in posix_openpty()
2233 PyOS_setsig(SIGCHLD, sig_saved); in posix_openpty()
2238 PyOS_setsig(SIGCHLD, sig_saved); in posix_openpty()
2241 PyOS_setsig(SIGCHLD, sig_saved); in posix_openpty()