Home
last modified time | relevance | path

Searched refs:signal (Results 2076 - 2100 of 6104) sorted by relevance

1...<<81828384858687888990>>...245

/third_party/pulseaudio/src/utils/
H A Dpasuspender.c27 #include <signal.h>
219 fprintf(stderr, _("WARNING: Child process terminated by signal %u\n"), WTERMSIG(status)); in sigchld_callback()
305 signal(SIGPIPE, SIG_IGN); in main()
/third_party/rust/crates/nix/src/
H A Dsched.rs36 /// of signal handlers.
102 signal: Option<c_int>, in clone()
110 let combined = flags.bits() | signal.unwrap_or(0); in clone()
/third_party/rust/crates/nix/test/sys/
H A Dtest_wait.rs3 use nix::sys::signal::*;
13 // Safe: The child only calls `pause` and/or `_exit`, which are async-signal-safe. in test_wait_signal()
40 // Safe: The child only calls `pause` and/or `_exit`, which are async-signal-safe. in test_waitid_signal()
60 // Safe: Child only calls `_exit`, which is async-signal-safe. in test_wait_exit()
83 // Safe: Child only calls `_exit`, which is async-signal-safe. in test_waitid_exit()
150 use nix::sys::signal::*;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py74 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
83 print(" %s :: ssid='%s' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq))
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py74 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
83 print(" %s :: ssid='%s' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq))
/third_party/python/Lib/test/
H A D_test_multiprocessing.py16 import signal namespace
477 if hasattr(signal, 'alarm'):
482 old_handler = signal.signal(signal.SIGALRM, handler)
484 signal.alarm(10)
487 signal.alarm(0)
488 signal.signal(signal
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h1621 * @signal: The signal strength, type depends on the wiphy's signal_type.
1623 * @signal_avg: Average signal strength, type depends on the wiphy's signal_type.
1626 * @chain_signal: per-chain signal strength of last received packet in dBm
1627 * @chain_signal_avg: per-chain signal strength average in dBm
1654 * @rx_beacon_signal_avg: signal strength average (in dBm) for beacons received
1663 * @ack_signal: signal strength (in dBm) of the last ACK frame.
1683 s8 signal; member
1923 * @rssi_threshold: the threshold for average signal strength of candidate
2346 * enum cfg80211_signal_type - signal typ
2381 s32 signal; global() member
2452 s32 signal; global() member
6089 cfg80211_inform_bss_width_frame(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, enum nl80211_bss_scan_width scan_width, struct ieee80211_mgmt *mgmt, size_t len, s32 signal, gfp_t gfp) cfg80211_inform_bss_width_frame() argument
6105 cfg80211_inform_bss_frame(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, struct ieee80211_mgmt *mgmt, size_t len, s32 signal, gfp_t gfp) cfg80211_inform_bss_frame() argument
6204 cfg80211_inform_bss_width(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, enum nl80211_bss_scan_width scan_width, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, s32 signal, gfp_t gfp) cfg80211_inform_bss_width() argument
6224 cfg80211_inform_bss(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, s32 signal, gfp_t gfp) cfg80211_inform_bss() argument
[all...]
/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c417 int err = down_read_killable(&task->signal->exec_update_lock); in lock_trace()
421 up_read(&task->signal->exec_update_lock); in lock_trace()
429 up_read(&task->signal->exec_update_lock); in unlock_trace()
614 memcpy(rlim, task->signal->rlim, sizeof(struct rlimit) * RLIM_NLIMITS); in proc_pid_limits()
1071 if (task->signal->oom_score_adj == OOM_SCORE_ADJ_MAX) in oom_adj_read()
1074 oom_adj = (task->signal->oom_score_adj * -OOM_DISABLE) / in oom_adj_read()
1095 if (oom_adj < task->signal->oom_score_adj && in __set_oom_adj()
1108 if ((short)oom_adj < task->signal->oom_score_adj_min && in __set_oom_adj()
1132 task->signal->oom_score_adj = oom_adj; in __set_oom_adj()
1134 task->signal in __set_oom_adj()
[all...]
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c421 int err = down_read_killable(&task->signal->exec_update_lock); in lock_trace()
425 up_read(&task->signal->exec_update_lock); in lock_trace()
433 up_read(&task->signal->exec_update_lock); in unlock_trace()
618 memcpy(rlim, task->signal->rlim, sizeof(struct rlimit) * RLIM_NLIMITS); in proc_pid_limits()
1060 if (task->signal->oom_score_adj == OOM_SCORE_ADJ_MAX) in oom_adj_read()
1063 oom_adj = (task->signal->oom_score_adj * -OOM_DISABLE) / in oom_adj_read()
1084 if (oom_adj < task->signal->oom_score_adj && in __set_oom_adj()
1097 if ((short)oom_adj < task->signal->oom_score_adj_min && in __set_oom_adj()
1121 task->signal->oom_score_adj = oom_adj; in __set_oom_adj()
1123 task->signal in __set_oom_adj()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c821 * required signal (which may be different from the in dcn32_init_hw()
822 * default signal on connector). in dcn32_init_hw()
1156 } else if (dc_is_hdmi_tmds_signal(stream->signal) || dc_is_dvi_signal(stream->signal)) { in dcn32_calculate_dccg_k1_k2_values()
1162 } else if (dc_is_dp_signal(stream->signal) || dc_is_virtual_signal(stream->signal)) { in dcn32_calculate_dccg_k1_k2_values()
1210 if ((pipe->stream->dpms_off || dc_is_virtual_signal(pipe->stream->signal)) in dcn32_resync_fifo_dccg_dio()
1252 } else if (dc_is_dp_signal(pipe_ctx->stream->signal)) { in dcn32_unblank_stream()
1274 if (dc_is_dp_signal(pipe_ctx->stream->signal) && !dc->link_srv->dp_is_128b_132b_signal(pipe_ctx) && in dcn32_is_dp_dig_pixel_rate_div_policy()
1283 * for TMDS signal, OT in apply_symclk_on_tx_off_wa()
1318 dcn32_disable_link_output(struct dc_link *link, const struct link_resource *link_res, enum signal_type signal) dcn32_disable_link_output() argument
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c162 int signal;
1339 toys.signal = SIGWINCH; in top_common()
1412 if (toys.signal) { in top_common()
1413 toys.signal = 0; in top_common()
1599 // set signal handler to put terminal/cursor back to normal at exit. in top_setup()
1666 if (TT.pgrep.signal) { in do_pgk()
1667 if (kill(*tb->slot, TT.pgrep.signal)) { in do_pgk()
1668 char *s = num_to_sig(TT.pgrep.signal); in do_pgk()
1670 if (!s) sprintf(s = toybuf, "%d", TT.pgrep.signal); in do_pgk()
1674 if (!FLAG(c) && (!TT.pgrep.signal || T in do_pgk()
[all...]
/third_party/toybox/toys/posix/
H A Dps.c205 int signal;
1482 toys.signal = SIGWINCH; in top_common()
1556 if (toys.signal) { in top_common()
1557 toys.signal = 0; in top_common()
1746 // set signal handler to put terminal/cursor back to normal at exit. in top_setup()
1824 if (TT.pgrep.signal) { in do_pgk()
1825 if (kill(*tb->slot, TT.pgrep.signal)) { in do_pgk()
1826 char *s = num_to_sig(TT.pgrep.signal); in do_pgk()
1828 if (!s) sprintf(s = toybuf, "%d", TT.pgrep.signal); in do_pgk()
1832 if (!FLAG(c) && (!TT.pgrep.signal || T in do_pgk()
[all...]
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_wl_interface.h64 int32_t signal; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Daio.h9 #include <signal.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dwait.h26 #include <signal.h>
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H A Dsignal.h3 * include/asm-xtensa/signal.h
81 * SA_RESETHAND clears the handler when the signal is delivered.
83 * SA_NODEFER prevents the current signal from being masked in the handler.
106 #include <asm-generic/signal-defs.h>
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A DMakefile18 obj-y += setup.o signal.o sys_m68k.o syscalltable.o time.o traps.o
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dtraps.h26 void force_signal_inject(int signal, int code, unsigned long address, unsigned int err);
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A DMakefile9 ptrace.o setup.o signal.o stacktrace.o syscall.o time.o traps.o \
/kernel/linux/linux-5.10/arch/h8300/include/uapi/asm/
H A Dsignal.h66 * SA_RESETHAND clears the handler when the signal is delivered.
68 * SA_NODEFER prevents the current signal from being masked in the handler.
89 #include <asm-generic/signal-defs.h>
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H A Dcrunch.c12 #include <linux/signal.h>
/kernel/linux/linux-5.10/arch/h8300/mm/
H A Dinit.c20 #include <linux/signal.h>
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H A Dsignal.h66 * SA_RESETHAND clears the handler when the signal is delivered.
68 * SA_NODEFER prevents the current signal from being masked in the handler.
87 #include <asm-generic/signal-defs.h>
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A DMakefile20 reset.o setup.o signal.o sys_microblaze.o timer.o traps.o unwind.o
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dsignal.h41 #define SIGUSR1 16 /* User-defined signal 1 (POSIX). */
42 #define SIGUSR2 17 /* User-defined signal 2 (POSIX). */
70 * SA_RESETHAND clears the handler when the signal is delivered.
72 * SA_NODEFER prevents the current signal from being masked in the handler.
100 #define SIG_SETMASK 3 /* for setting the signal mask */
102 #include <asm-generic/signal-defs.h>

Completed in 32 milliseconds

1...<<81828384858687888990>>...245