Searched refs:support_check_siginfo (Results 1 – 1 of 1) sorted by relevance
/freebsd/tests/sys/kern/ |
H A D | sigwait.c | 376 support_check_siginfo(int code, int status, pid_t pid, in support_check_siginfo() function 410 support_check_siginfo(code, status, pid, &si, SIGCHLD); in support_check_sigchld() 461 support_check_siginfo(CLD_STOPPED, SIGSTOP, pid, &si, SIGCHLD); in test_wait_dequeue_sigchld() 469 support_check_siginfo(CLD_CONTINUED, SIGCONT, pid, &si, SIGCHLD); in test_wait_dequeue_sigchld() 477 support_check_siginfo(CLD_KILLED, SIGKILL, pid, &si, SIGCHLD); in test_wait_dequeue_sigchld()
|