Searched refs:pidfd_send_signal (Results 1 – 6 of 6) sorted by relevance
/aosp12/bionic/tests/ |
H A D | pidfd_test.cpp | 86 TEST_F(pidfd_DeathTest, pidfd_send_signal) { in TEST_F() argument 94 if (pidfd_send_signal(self.get(), 0, nullptr, 0) == -1) { in TEST_F() 102 pidfd_send_signal(child.get(), SIGINT, nullptr, 0); in TEST_F()
|
/aosp12/bionic/libc/include/sys/ |
H A D | pidfd.h | 74 int pidfd_send_signal(int __pidfd, int __sig, siginfo_t *__info, unsigned int __flags) __INTRODUCED…
|
/aosp12/bionic/libc/ |
H A D | SYSCALLS.TXT | 365 int pidfd_send_signal(int, int, siginfo_t*, unsigned int) all
|
H A D | libc.map.txt | 1563 pidfd_send_signal;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1563 pidfd_send_signal;
|
/aosp12/system/memory/lmkd/ |
H A D | lmkd.cpp | 2244 r = pidfd_send_signal(pidfd, SIGKILL, NULL, 0); in kill_one_process()
|