Searched refs:pidfd_send_signal (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | pidfd_send_signal.h | 20 static inline int pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in pidfd_send_signal() function
|
H A D | pidfd.h | 28 static inline int pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in pidfd_send_signal() function
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
H A D | pidfd_send_signal03.c | 10 * This test checks if the pidfd_send_signal syscall wrongfully sends 103 TEST(pidfd_send_signal(pidfd, SIGUSR1, NULL, 0)); in verify_pidfd_send_signal()
|
H A D | pidfd_send_signal02.c | 10 * Tests basic error handling of the pidfd_send_signal 55 TEST(pidfd_send_signal(*tc->fd, tc->signal, tc->siginf, tc->flags)); in verify_pidfd_send_signal() 58 "pidfd_send_signal() did not fail with %s but", in verify_pidfd_send_signal() 64 "pidfd_send_signal() failed as expected"); in verify_pidfd_send_signal()
|
H A D | pidfd_send_signal01.c | 10 * Tests if the pidfd_send_signal syscall behaves 59 TEST(pidfd_send_signal(pidfd, SIGNAL, uinfo, 0)); in verify_pidfd_send_signal() 61 tst_res(TFAIL | TTERRNO, "pidfd_send_signal() failed"); in verify_pidfd_send_signal() 70 "pidfd_send_signal() behaved like rt_sigqueueinfo()"); in verify_pidfd_send_signal()
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
H A D | clone301.c | 141 TEST(pidfd_send_signal(pidfd, CHILD_SIGNAL, &uinfo, 0)); in run() 143 tst_res(TFAIL | TTERRNO, "pidfd_send_signal() failed"); in run()
|
/third_party/python/Lib/test/ |
H A D | test_signal.py | 1435 hasattr(signal, "pidfd_send_signal"), 1440 signal.pidfd_send_signal(0, signal.SIGINT) 1449 signal.pidfd_send_signal(my_pidfd, signal.SIGINT, object(), 0) 1451 signal.pidfd_send_signal(my_pidfd, signal.SIGINT)
|
Completed in 4 milliseconds