Home
last modified time | relevance | path

Searched refs:signal (Results 3976 - 4000 of 6012) sorted by relevance

1...<<151152153154155156157158159160>>...241

/third_party/node/lib/internal/streams/
H A Dwritable.js50 } = require('internal/streams/add-abort-signal');
254 if (options.signal)
255 addAbortSignal(options.signal, this);
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c26 #include <signal.h>
115 int _trapno; /* TRAP # which caused the signal */
127 printf("XXX: Unexpected address in signal %p (expected %p)\n", si->si_addr, in sighandler()
146 write(1, PAIR("I seem to be in a signal loop. bailing out.\n")); in sighandler()
278 /* signal or kill should have happened */ in recover()
709 printf("XXX timeout: child process does not send signal\n"); in do_shared()
718 * suicide version : child should be killed by signal in do_shared()
719 * early kill : child should be killed by signal in do_shared()
926 signal(SIGBUS, SIG_DFL); in main()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c42 #include <sys/signal.h>
565 signal(SIGPIPE, SIG_IGN); in setup()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c26 #include <signal.h>
115 int _trapno; /* TRAP # which caused the signal */
127 printf("XXX: Unexpected address in signal %p (expected %p)\n", si->si_addr, in sighandler()
146 write(1, PAIR("I seem to be in a signal loop. bailing out.\n")); in sighandler()
278 /* signal or kill should have happened */ in recover()
709 printf("XXX timeout: child process does not send signal\n"); in do_shared()
718 * suicide version : child should be killed by signal in do_shared()
719 * early kill : child should be killed by signal in do_shared()
926 signal(SIGBUS, SIG_DFL); in main()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c29 #include <signal.h>
266 /* Reset signal disposition first. Use a hard-coded limit because NSIG is not in uv__process_child_init()
268 * are enabled. We are not allowed to touch RT signal handlers, glibc uses in uv__process_child_init()
280 if (SIG_ERR != signal(n, SIG_DFL)) in uv__process_child_init()
374 /* Reset signal mask just before exec. */ in uv__process_child_init()
491 /* Reset all signal the child to their default behavior */ in uv__spawn_set_posix_spawn_attrs()
497 /* Reset the signal mask for all signals */ in uv__spawn_set_posix_spawn_attrs()
883 * The parent sends a signal immediately after forking. in uv__spawn_and_init_child()
885 * there is no telling what process receives the signal, in uv__spawn_and_init_child()
/third_party/python/Lib/test/
H A Dtest_builtin.py36 import pty, signal namespace
38 pty = signal = None
2116 @unittest.skipUnless(pty, "the pty and signal modules must be available")
2124 # of "pid, fd = pty.fork()" can raise SIGHUP signal:
2125 # just ignore the signal.
2129 old_sighup = signal.signal(signal.SIGHUP, self.handle_sighup)
2133 signal.signal(signa
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dmb86a16.c1031 int signal; in mb86a16_set_fe() local
1154 signal = 0; in mb86a16_set_fe()
1212 signal = signal_det(state, state->srate, &SIG1); in mb86a16_set_fe()
1213 if (signal == 1) { in mb86a16_set_fe()
1217 dprintk(verbose, MB86A16_ERROR, 1, "!!!!! No signal !!!!!, try again..."); in mb86a16_set_fe()
1245 if (signal == 1) { in mb86a16_set_fe()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945.c573 rx_status.signal = rx_stats->rssi - IL39_RSSI_OFFSET; in il3945_hdl_rx()
575 D_STATS("Rssi %d sig_avg %d noise_diff %d\n", rx_status.signal, in il3945_hdl_rx()
584 rx_status.signal, rx_status.signal, rx_status.rate_idx); in il3945_hdl_rx()
590 il->_3945.last_rx_rssi = rx_status.signal; in il3945_hdl_rx()
/kernel/linux/linux-5.10/kernel/
H A Daudit.c1504 t = READ_ONCE(current->signal->audit_tty); in audit_receive_msg()
1525 t = READ_ONCE(current->signal->audit_tty); in audit_receive_msg()
1528 t = xchg(&current->signal->audit_tty, t); in audit_receive_msg()
2234 if (current->signal) in audit_get_tty()
2235 tty = tty_kref_get(current->signal->tty); in audit_get_tty()
2389 * audit_signal_info - record signal info for shutting down audit subsystem
2390 * @sig: signal value
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dmb86a16.c1031 int signal; in mb86a16_set_fe() local
1154 signal = 0; in mb86a16_set_fe()
1212 signal = signal_det(state, state->srate, &SIG1); in mb86a16_set_fe()
1213 if (signal == 1) { in mb86a16_set_fe()
1217 dprintk(verbose, MB86A16_ERROR, 1, "!!!!! No signal !!!!!, try again..."); in mb86a16_set_fe()
1245 if (signal == 1) { in mb86a16_set_fe()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_fdpic.c20 #include <linux/signal.h>
1289 prstatus->pr_sigpend = p->pending.signal.sig[0]; in fill_prstatus()
1314 prstatus->pr_cutime = ns_to_kernel_old_timeval(p->signal->cutime); in fill_prstatus()
1315 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
1488 for (ct = current->signal->core_state->dumper.next; in elf_fdpic_core_dump()
H A Dbinfmt_elf.c20 #include <linux/signal.h>
1540 prstatus->pr_sigpend = p->pending.signal.sig[0]; in fill_prstatus()
1566 prstatus->pr_cutime = ns_to_kernel_old_timeval(p->signal->cutime); in fill_prstatus()
1567 prstatus->pr_cstime = ns_to_kernel_old_timeval(p->signal->cstime); in fill_prstatus()
1912 for (ct = dump_task->signal->core_state->dumper.next; ct; ct = ct->next) { in fill_note_info()
/kernel/linux/linux-6.6/kernel/
H A Daudit.c1501 t = READ_ONCE(current->signal->audit_tty); in audit_receive_msg()
1522 t = READ_ONCE(current->signal->audit_tty); in audit_receive_msg()
1525 t = xchg(&current->signal->audit_tty, t); in audit_receive_msg()
2234 if (current->signal) in audit_get_tty()
2235 tty = tty_kref_get(current->signal->tty); in audit_get_tty()
2389 * audit_signal_info - record signal info for shutting down audit subsystem
2390 * @sig: signal value
H A Dseccomp.c81 * If a signal is received the state transitions back to INIT and
118 * reply, or signal)
494 BUG_ON(!mutex_is_locked(&current->signal->cred_guard_mutex)); in seccomp_can_sync_threads()
595 BUG_ON(!mutex_is_locked(&current->signal->cred_guard_mutex)); in seccomp_sync_threads()
1181 * we were notified of a response (or a signal) and when we were able to in seccomp_do_user_notification()
1258 * The delivery of a fatal signal during event in __seccomp_filter()
1263 * force the syscall to be skipped and let the signal in __seccomp_filter()
1310 (atomic_read(&current->signal->live) == 1)) { in __seccomp_filter()
1318 return -1; /* skip the syscall go directly to signal handling */ in __seccomp_filter()
1527 * interrupted by a fatal signal betwee in seccomp_notify_recv()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D3945.c573 rx_status.signal = rx_stats->rssi - IL39_RSSI_OFFSET; in il3945_hdl_rx()
575 D_STATS("Rssi %d sig_avg %d noise_diff %d\n", rx_status.signal, in il3945_hdl_rx()
584 rx_status.signal, rx_status.signal, rx_status.rate_idx); in il3945_hdl_rx()
590 il->_3945.last_rx_rssi = rx_status.signal; in il3945_hdl_rx()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c27 #include <signal.h>
331 signal(SIGHUP, server_job_signal);
332 signal(SIGQUIT, server_job_signal);
333 signal(SIGTERM, server_job_signal);
334 signal(SIGKILL, server_job_signal);
/third_party/backends/frontend/
H A Dscanimage.c36 #include <signal.h>
330 fprintf (stderr, "%s: received signal %d\n", prog_name, signum); in sighandler()
2654 signal (SIGHUP, sighandler); in main()
2657 signal (SIGPIPE, sighandler); in main()
2659 signal (SIGINT, sighandler); in main()
2660 signal (SIGTERM, sighandler); in main()
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py14 import signal namespace
516 signal.signal(signal.SIGINT, signal.SIG_IGN)
864 # it to None to signal to subprocess.Popen that it should run the
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py14 import signal namespace
516 signal.signal(signal.SIGINT, signal.SIG_IGN)
864 # it to None to signal to subprocess.Popen that it should run the
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dcyttsp4_core.c906 * signal is zero, then set major and minor touch in cyttsp4_get_mt_touches()
1894 int signal = CY_IGNORE_VALUE; in cyttsp4_setup_input_device() local
1918 /* set event signal capabilities */ in cyttsp4_setup_input_device()
1920 signal = md->pdata->frmwrk->abs in cyttsp4_setup_input_device()
1922 if (signal != CY_IGNORE_VALUE) { in cyttsp4_setup_input_device()
1923 __set_bit(signal, md->input->absbit); in cyttsp4_setup_input_device()
1938 input_set_abs_params(md->input, signal, min, max, in cyttsp4_setup_input_device()
1943 dev_dbg(dev, "%s: register signal=%02X min=%d max=%d\n", in cyttsp4_setup_input_device()
1944 __func__, signal, min, max); in cyttsp4_setup_input_device()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp4_core.c920 * signal is zero, then set major and minor touch in cyttsp4_get_mt_touches()
1902 int signal = CY_IGNORE_VALUE; in cyttsp4_setup_input_device() local
1926 /* set event signal capabilities */ in cyttsp4_setup_input_device()
1928 signal = md->pdata->frmwrk->abs in cyttsp4_setup_input_device()
1930 if (signal != CY_IGNORE_VALUE) { in cyttsp4_setup_input_device()
1931 __set_bit(signal, md->input->absbit); in cyttsp4_setup_input_device()
1946 input_set_abs_params(md->input, signal, min, max, in cyttsp4_setup_input_device()
1951 dev_dbg(dev, "%s: register signal=%02X min=%d max=%d\n", in cyttsp4_setup_input_device()
1952 __func__, signal, min, max); in cyttsp4_setup_input_device()
/third_party/node/lib/internal/http2/
H A Dcore.js660 // Receiving a GOAWAY frame from the connected peer is a signal that no
1805 const { signal } = options;
1806 if (signal) {
1807 validateAbortSignal(signal, 'options.signal');
1809 stream.destroy(new AbortError(undefined, { cause: signal.reason }));
1811 if (signal.aborted) {
1814 const disposable = EventEmitter.addAbortListener(signal, aborter);
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp715 resume[0]->signal(); in draw()
762 suspend[threadIndex]->signal(); in threadLoop()
886 resume[i]->signal(); in scheduleTask()
1111 resumeApp->signal(); in finishRendering()
2161 suspend[i]->signal(); in initializeThreads()
2177 resume[thread]->signal(); in terminateThreads()
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dsignal.c19 #include <asm/signal.h>
94 * Setup signal stack frame with siginfo structure
111 /* The on-stack signal trampoline is no longer executed; in setup_rt_frame()
112 * however, the libgcc signal frame unwinding code checks for in setup_rt_frame()
135 * Setup invocation of signal handler
142 * If we're handling a signal that aborted a system call, in handle_signal()
143 * set up the error return value before adding the signal in handle_signal()
173 /* If there was an error on setup, no signal was delivered. */ in handle_signal()
216 /* If there's no signal to deliver, put the saved sigmask back */ in do_signal()
221 * Architecture-specific wrappers for signal
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A DMakefile11 irq_alpha.o signal.o setup.o ptrace.o time.o \

Completed in 55 milliseconds

1...<<151152153154155156157158159160>>...241