/bionic/tests/ |
D | signal_test.cpp | 88 TEST(signal, sigaddset_invalid) { in TEST() argument 92 TEST(signal, sigaddset64_invalid) { in TEST() argument 98 TEST(signal, sigdelset_invalid) { in TEST() argument 102 TEST(signal, sigdelset64_invalid) { in TEST() argument 108 TEST(signal, sigemptyset_invalid) { in TEST() argument 112 TEST(signal, sigemptyset64_invalid) { in TEST() argument 118 TEST(signal, sigfillset_invalid) { in TEST() argument 122 TEST(signal, sigfillset64_invalid) { in TEST() argument 128 TEST(signal, sigismember_invalid) { in TEST() argument 132 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 | 424 ASSERT_NE(SIG_ERR, signal(SIGALRM, SIG_IGN)); in TEST() 425 ASSERT_NE(SIG_ERR, signal(SIGCONT, SIG_IGN)); in TEST() 462 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 | fdtrack.cpp | 58 signal(BIONIC_SIGNAL_FDTRACK, [](int) {}); in __libc_init_fdtrack()
|
D | android_profiling_dynamic.cpp | 73 signal(BIONIC_SIGNAL_ART_PROFILER, SIG_IGN); in __libc_init_profiling_handlers()
|
D | ndk_cruft.cpp | 243 return signal(signum, handler); in bsd_signal()
|
D | signal.cpp | 190 sighandler_t signal(int sig, sighandler_t handler) { in signal() function
|
/bionic/libc/private/ |
D | ScopedSignalBlocker.h | 39 explicit ScopedSignalBlocker(int signal) { in ScopedSignalBlocker() argument 41 sigaddset64(&set, signal); in ScopedSignalBlocker()
|
/bionic/libc/include/sys/ |
D | user.h | 96 long int signal; member 163 long int signal; 212 long int signal;
|
/bionic/docs/ |
D | status.md | 97 …* <signal.h> support for `sigaction64_t` and `sigset64_t` allowing LP32 access to real-time signals 130 * 5 legacy <signal.h> functions: `sighold`/`sigignore`/`sigpause`/`sigrelse`/`sigset` 152 * `sem_wait` now returns EINTR when interrupted by a signal. 160 * <signal.h> `sigqueue`, `sigtimedwait`, `sigwaitinfo`. 218 * <signal.h> `psiginfo` and `psignal`. 313 alive, and then call `kill`/`tgkill` with signal 0 (which checks 315 signal). That's still not completely safe because if you're too late 322 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/android/ |
D | legacy_signal_inlines.h | 115 static __inline sighandler_t signal(int s, sighandler_t f) { in signal() function
|
/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/libc/include/ |
D | signal.h | 68 sighandler_t signal(int __signal, sighandler_t __handler) __INTRODUCED_IN(21);
|
/bionic/libfdtrack/ |
D | fdtrack.cpp | 74 signal(BIONIC_SIGNAL_FDTRACK, [](int) { fdtrack_dump(); }); in ctor()
|
/bionic/libc/kernel/uapi/drm/ |
D | etnaviv_drm.h | 108 __u16 signal; member
|
D | via_drm.h | 178 __u32 signal; member
|
D | drm.h | 287 unsigned long signal; member
|
/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 | 962 __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
|