Searched refs:CLD_CONTINUED (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/cddl/lib/libdtrace/ |
| HD | signal.d | 140 inline int CLD_CONTINUED = 6; variable 141 #pragma D binding "1.0" CLD_CONTINUED 150 child_signal == CLD_CONTINUED ? "stopped child continued" :
|
| /freebsd-13-stable/tools/regression/sigqueue/sigqtest2/ |
| HD | sigqtest2.c | 32 } else if (si->si_code == CLD_CONTINUED) { in job_handler()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_wait.c | 232 ATF_REQUIRE(si.si_code == CLD_CONTINUED); in ATF_TC_BODY() 303 ATF_REQUIRE(si.si_code == CLD_CONTINUED); in ATF_TC_BODY()
|
| /freebsd-13-stable/tests/sys/kern/ |
| HD | sigwait.c | 469 support_check_siginfo(CLD_CONTINUED, SIGCONT, pid, &si, SIGCHLD); in test_wait_dequeue_sigchld() 470 support_check_sigchld(&set, CLD_CONTINUED, SIGCONT, pid, dequeue); in test_wait_dequeue_sigchld()
|
| /freebsd-13-stable/sys/sys/ |
| HD | signal.h | 350 #define CLD_CONTINUED 6 /* Stopped child has continued */ macro
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_exit.c | 1224 si_code == CLD_CONTINUED); in report_alive_proc() 1226 cont = si_code == CLD_CONTINUED; in report_alive_proc() 1344 CLD_CONTINUED); in kern_wait6()
|
| HD | kern_sig.c | 3629 childproc_jobstate(p, CLD_CONTINUED, SIGCONT); in childproc_continued()
|
| /freebsd-13-stable/usr.bin/truss/ |
| HD | setup.c | 846 case CLD_CONTINUED: in eventloop()
|
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_signal.c | 744 else if (si->si_code == CLD_CONTINUED) in siginfo_to_lsiginfo()
|