/bionic/tests/ |
D | signal_test.cpp | 82 TEST(signal, sigaddset_invalid) { in TEST() argument 86 TEST(signal, sigaddset64_invalid) { in TEST() argument 92 TEST(signal, sigdelset_invalid) { in TEST() argument 96 TEST(signal, sigdelset64_invalid) { in TEST() argument 102 TEST(signal, sigemptyset_invalid) { in TEST() argument 106 TEST(signal, sigemptyset64_invalid) { in TEST() argument 112 TEST(signal, sigfillset_invalid) { in TEST() argument 116 TEST(signal, sigfillset64_invalid) { in TEST() argument 122 TEST(signal, sigismember_invalid) { in TEST() argument 126 TEST(signal, sigismember64_invalid) { in TEST() argument [all …]
|
D | sys_signalfd_test.cpp | 41 static void TestSignalFd(int fd, int signal) { in TestSignalFd() argument 44 ASSERT_EQ(0, raise(signal)); in TestSignalFd() 49 ASSERT_EQ(signal, static_cast<int>(sfd_si.ssi_signo)); in TestSignalFd()
|
D | spawn_test.cpp | 413 ASSERT_NE(SIG_ERR, signal(SIGALRM, SIG_IGN)); in TEST() 414 ASSERT_NE(SIG_ERR, signal(SIGCONT, SIG_IGN)); in TEST() 449 signal(SIGRTMIN, SIG_IGN); in TEST()
|
/bionic/libc/bionic/ |
D | sigaction.cpp | 41 int sigaction(int signal, const struct sigaction* bionic_new_action, struct sigaction* bionic_old_a… in sigaction() argument 65 int result = __rt_sigaction(signal, in sigaction() 88 int sigaction(int signal, const struct sigaction* bionic_new, struct sigaction* bionic_old) { in sigaction() argument 104 int result = sigaction64(signal, bionic_new ? &kernel_new : nullptr, &kernel_old); in sigaction() 117 int sigaction64(int signal, const struct sigaction64* bionic_new, struct sigaction64* bionic_old) { in sigaction64() argument 131 return __rt_sigaction(signal, in sigaction64()
|
D | ndk_cruft.cpp | 243 return signal(signum, handler); in bsd_signal()
|
D | signal.cpp | 189 sighandler_t signal(int sig, sighandler_t handler) { in signal() function
|
/bionic/libc/private/ |
D | ScopedSignalBlocker.h | 33 explicit ScopedSignalBlocker(int signal) { in ScopedSignalBlocker() argument 35 sigaddset64(&set, signal); in ScopedSignalBlocker()
|
/bionic/libc/include/sys/ |
D | user.h | 96 long int signal; member 163 long int signal; 185 long int signal; 228 long int signal;
|
/bionic/libc/include/android/ |
D | legacy_signal_inlines.h | 116 static __inline sighandler_t signal(int s, sighandler_t f) { in signal() function
|
/bionic/libc/arch-mips64/bionic/ |
D | setjmp.S | 217 # get the cookie and store it along with the signal flag. 225 beqz $t0, 1f # do saving of signal mask? 228 LA $a2, SC_MASK_OFFSET($a0) # gets current signal mask 231 jal sigprocmask # get current signal mask
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 217 # get the cookie and store it along with the signal flag. 225 beqz $t0, 1f # do saving of signal mask? 228 LA $a2, SC_MASK_OFFSET($a0) # gets current signal mask 231 jal sigprocmask # get current signal mask
|
/bionic/docs/ |
D | status.md | 74 …* <signal.h> support for `sigaction64_t` and `sigset64_t` allowing LP32 access to real-time signals 107 * 5 legacy <signal.h> functions: `sighold`/`sigignore`/`sigpause`/`sigrelse`/`sigset` 129 * `sem_wait` now returns EINTR when interrupted by a signal. 137 * <signal.h> `sigqueue`, `sigtimedwait`, `sigwaitinfo`. 195 * <signal.h> `psiginfo` and `psignal`. 281 alive, and then call `kill`/`tgkill` with signal 0 (which checks 283 signal). That's still not completely safe because if you're too late 290 signal. This wasn't historically true in Android, and when we fixed this
|
D | fdsan.md | 162 signal 35 (<debuggerd signal>), code -1 (SI_QUEUE), fault addr -------- 203 signal 35 (<debuggerd signal>), code -1 (SI_QUEUE), fault addr --------
|
D | elf-tls.md | 524 achieve async-signal safety by blocking signals and acquiring a lock. 544 The prototype's `__tls_get_addr` might be async-signal safe. Making it AS-safe is a good idea if
|
/bionic/libc/include/ |
D | signal.h | 68 sighandler_t signal(int __signal, sighandler_t __handler) __INTRODUCED_IN(21);
|
/bionic/libc/kernel/uapi/drm/ |
D | etnaviv_drm.h | 107 __u16 signal; member
|
D | via_drm.h | 178 __u32 signal; member
|
D | drm.h | 286 unsigned long signal; member
|
/bionic/libc/malloc_debug/ |
D | README.md | 117 file when the process receives the signal SIGRTMAX - 17 ( which is 47 on most 124 Note that when the signal is received, the heap is not dumped until the next 129 backtrace capture is toggled when the process receives the signal 131 option is used alone, backtrace capture starts out disabled until the signal 133 backtrace capture is enabled until the signal is received. 154 prefix used for dumping files when the signal SIGRTMAX - 17 is received or when 160 on the signal will be backtrace\_dump\_prefix.**PID**.txt. The filename chosen 273 to a file when the signal SIGRTMAX - 18 (which is 46 on most Android devices) 282 Once the signal is received, and the current records are written to the 466 generated by am dumpheap -n or, as of P, by the signal or on exit. [all …]
|
/bionic/tests/headers/posix/ |
D | signal_h.c | 218 FUNCTION(signal, signal_handler_type (*f)(int, signal_handler_type)); in signal_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 950 signal
|
/bionic/libc/kernel/uapi/linux/ |
D | videodev2.h | 928 __s32 signal; member
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 965 signal; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 965 signal; # introduced=21
|
D | Android.bp | 1126 "bionic/signal.cpp",
|