Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Dsignal.h59 #define SIGBREAK __SigBreak ///< added for Python macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c278 #ifdef SIGBREAK in signal_signal()
281 case SIGBREAK: break; in signal_signal()
639 #ifdef SIGBREAK in initsignal()
640 x = PyInt_FromLong(SIGBREAK); in initsignal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsignalmodule.c278 #ifdef SIGBREAK in signal_signal()
281 case SIGBREAK: break; in signal_signal()
631 #ifdef SIGBREAK in initsignal()
632 x = PyInt_FromLong(SIGBREAK); in initsignal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_signal.py217 for sig in (signal.SIGABRT, signal.SIGBREAK, signal.SIGFPE,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1877 case SIGBREAK: in PyOS_getsig()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1852 case SIGBREAK: in PyOS_getsig()