Searched refs:SIG_IGN (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | intrcheck.c | 150 if ((old_siginthandler = PyOS_setsig(SIGINT, SIG_IGN)) != SIG_IGN) in PyOS_InitInterrupts()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/subprocessdata/ |
D | sigchild_ignore.py | 5 signal.signal(signal.SIGCHLD, signal.SIG_IGN)
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | signal.h | 42 #define SIG_IGN ((__sighandler_t *) 0) macro
|
/device/linaro/bootloader/edk2/StdLib/LibC/Signal/ |
D | Signal.c | 89 else if( Handler != SIG_IGN) { in raise()
|
/device/google/cuttlefish_common/host/commands/kernel_log_monitor/ |
D | main.cc | 71 new_action.sa_handler = SIG_IGN; in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | signalmodule.c | 306 func = SIG_IGN; in signal_signal() 594 x = IgnoreHandler = PyLong_FromVoidPtr((void *)SIG_IGN); in initsignal() 615 else if (t == SIG_IGN) in initsignal()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | signalmodule.c | 306 func = SIG_IGN; in signal_signal() 586 x = IgnoreHandler = PyLong_FromVoidPtr((void *)SIG_IGN); in initsignal() 607 else if (t == SIG_IGN) in initsignal()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_largefile.py | 20 oldhandler = signal.signal(signal.SIGXFSZ, signal.SIG_IGN)
|
D | test_signal.py | 82 signal.signal(signal.SIGUSR2, signal.SIG_IGN)
|
/device/linaro/hikey/hifi/xaf/host-apf/playback/ |
D | xa_playback.c | 81 signal(sig, SIG_IGN);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | pythonrun.c | 1787 PyOS_setsig(SIGPIPE, SIG_IGN); in initsigs() 1790 PyOS_setsig(SIGXFZ, SIG_IGN); in initsigs() 1793 PyOS_setsig(SIGXFSZ, SIG_IGN); in initsigs() 1885 handler = signal(sig, SIG_IGN); in PyOS_getsig()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | pythonrun.c | 1762 PyOS_setsig(SIGPIPE, SIG_IGN); in initsigs() 1765 PyOS_setsig(SIGXFZ, SIG_IGN); in initsigs() 1768 PyOS_setsig(SIGXFSZ, SIG_IGN); in initsigs() 1860 handler = signal(sig, SIG_IGN); in PyOS_getsig()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_send.c | 702 sa.sa_handler = SIG_IGN; in res_send()
|