Home
last modified time | relevance | path

Searched refs:CLD_CONTINUED (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignal.h350 #define CLD_CONTINUED 6 /* Stopped child has continued */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c1186 si_code == CLD_CONTINUED); in report_alive_proc()
1188 cont = si_code == CLD_CONTINUED; in report_alive_proc()
1303 CLD_CONTINUED); in kern_wait6()
H A Dkern_sig.c3379 childproc_jobstate(p, CLD_CONTINUED, SIGCONT); in childproc_continued()