/third_party/cups-filters/backend/ |
H A D | parallel.c | 89 signal(SIGPIPE, SIG_IGN); in main() 583 signal(SIGTERM, SIG_IGN); in run_loop() 589 * Copy print data from stdin, but don't mess with the signal handlers... in run_loop()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-json-output-unittest.py | 830 # p.signal is available only if p.terminated_by_signal is True. 833 '%s was killed by signal %d' % (GTEST_PROGRAM_NAME, p.signal)) 874 '%s was killed by signal %d' % (gtest_prog_name, p.signal))
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gia64-test-nat.c | 129 sighandler (int signal, void *siginfo, void *context) in sighandler() argument 141 printf ("sighandler: signal %d sp=%p nat=%08lx pr=%lx\n", in sighandler() 142 signal, &sp, uc->uc_mcontext.sc_nat, uc->uc_mcontext.sc_pr); in sighandler() 435 panic ("%s: unw_step (ret=%d): Failed to skip over signal handler\n", in check_static_to_scratch() 438 panic ("%s: unw_step (ret=%d): Failed to skip over signal handler\n", in check_static_to_scratch()
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
H A D | libevent.c | 164 struct event *signal = pt_to_priv_event(pt)->w_sigint.watcher; in lws_event_sigint_cb() local 168 event_get_signal(signal)); in lws_event_sigint_cb() 233 /* Register the signal watcher unless it's a foreign loop */ in elops_init_pt_event()
|
/third_party/mbedtls/library/ |
H A D | net_sockets.c | 70 #include <signal.h> 119 signal(SIGPIPE, SIG_IGN); in net_prepare()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
H A D | minimal-http-client-multi.c | 39 #include <signal.h> 445 lwsl_err("%s: signal %d\n", __func__, signum); in signal_cb() 548 signal(SIGINT, sigint_handler); in main()
|
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 29 #include <signal.h> 690 signal(SIGINT, sighandler); in main()
|
H A D | test-sshd.c | 35 #include <signal.h> 741 signal(SIGINT, sighandler); in main()
|
/third_party/node/src/ |
H A D | process_wrap.cc | 294 int signal = args[0]->Int32Value(env->context()).FromJust(); in Kill() local 295 int err = uv_process_kill(&wrap->process_, signal); in Kill()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 34 #include <signal.h> 462 sighandler(int signal, siginfo_t *siginfo, void *userdata) in sighandler() argument 578 fprintf(stderr, "Failed to set up signal handling (%s)\n", in main()
|
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
H A D | pipeio.c | 48 #include <signal.h> 400 if (signal(SIGCHLD, sig_child) == SIG_ERR) { in setup() 402 "set signal handler for SIGCHLD failed"); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl17.c | 38 fcntl05 => fcntl17, check signal return for SIG_ERR) 50 #include <signal.h> 145 tst_resm(TFAIL, "SIGALRM signal setup failed, errno: %d", in setup() 155 tst_resm(TFAIL, "SIGCHLD signal setup failed, errno: %d", errno); in setup() 393 signal(SIGCHLD, SIG_DFL); in stop_children() 420 tst_resm(TFAIL, "Attempt to signal child 1 failed."); in catch_alarm() 424 tst_resm(TFAIL, "Attempt to signal child 2 failed."); in catch_alarm() 427 tst_resm(TFAIL, "Attempt to signal child 2 failed."); in catch_alarm()
|
H A D | fcntl21.c | 42 #include <signal.h> 115 tst_resm(TFAIL, "SIGCHLD signal setup failed, errno: %d", errno); in setup() 275 signal(SIGCHLD, SIG_DFL); in stop_child()
|
H A D | fcntl20.c | 42 #include <signal.h> 114 tst_brkm(TFAIL | TERRNO, cleanup, "SIGCHLD signal setup failed"); in setup() 267 signal(SIGCHLD, SIG_DFL); in stop_child()
|
H A D | fcntl19.c | 45 #include <signal.h> 117 tst_resm(TFAIL, "SIGCHLD signal setup failed, errno: %d", errno); in setup() 268 signal(SIGCHLD, SIG_DFL); in stop_child()
|
H A D | fcntl11.c | 42 #include <signal.h> 230 signal(SIGCHLD, SIG_DFL); in stop_child()
|
/third_party/ltp/testcases/realtime/func/rt-migrate/ |
H A D | rt-migrate.c | 63 #include <signal.h> 404 signal(SIGINT, stop_log); in main()
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_vms.c | 335 lib$signal(status); /* This is really bad. Abort! */ in vms_bind_sym() 433 lib$signal(status); /* This is really bad. Abort! */ in vms_merger()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_runners.py | 6 import signal namespace 443 # signal.signal() can throw if the "main thread" doensn't have signals enabled 451 signal, 452 "signal", 454 "signal only works in main thread of the main interpreter"
|
/third_party/openssl/crypto/dso/ |
H A D | dso_vms.c | 335 lib$signal(status); /* This is really bad. Abort! */ in vms_bind_sym() 433 lib$signal(status); /* This is really bad. Abort! */ in vms_merger()
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 44 #include <signal.h> 527 signal( SIGALRM, abort_test ); in do_test()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | runtest_mp.py | 5 import signal namespace 185 os.killpg(popen.pid, signal.SIGKILL)
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 826 s32 signal; in wmi_evt_rx_mgmt() local 848 signal = 100 * data->info.rssi; in wmi_evt_rx_mgmt() 850 signal = data->info.sqi; in wmi_evt_rx_mgmt() 874 .signal = signal, in wmi_evt_rx_mgmt() 903 cfg80211_rx_mgmt(vif_to_radio_wdev(wil, vif), freq, signal, in wmi_evt_rx_mgmt() local 1387 s32 signal; in wmi_evt_sched_scan_result() local 1421 signal = 100 * data->info.rssi; in wmi_evt_sched_scan_result() 1423 signal = data->info.sqi; in wmi_evt_sched_scan_result() 1437 bss_data.signal in wmi_evt_sched_scan_result() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 826 s32 signal; in wmi_evt_rx_mgmt() local 848 signal = 100 * data->info.rssi; in wmi_evt_rx_mgmt() 850 signal = data->info.sqi; in wmi_evt_rx_mgmt() 874 .signal = signal, in wmi_evt_rx_mgmt() 903 cfg80211_rx_mgmt(vif_to_radio_wdev(wil, vif), freq, signal, in wmi_evt_rx_mgmt() local 1387 s32 signal; in wmi_evt_sched_scan_result() local 1421 signal = 100 * data->info.rssi; in wmi_evt_sched_scan_result() 1423 signal = data->info.sqi; in wmi_evt_sched_scan_result() 1438 bss_data.signal in wmi_evt_sched_scan_result() [all...] |
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | fault.c | 77 * In X86_64 long mode, the CPU will signal invalid in check_prefetch_opcode() 636 unsigned long address, int signal, int si_code) in no_context() 667 if (current->thread.sig_on_uaccess_err && signal) { in no_context() 671 force_sig_fault(signal, si_code, (void __user *)address); in no_context() 1375 * (potentially after handling any pending signal during the return to in do_user_addr_fault() 1391 * and if there is a fatal signal pending there is no guarantee in do_user_addr_fault() 635 no_context(struct pt_regs *regs, unsigned long error_code, unsigned long address, int signal, int si_code) no_context() argument
|