MCPcopy Create free account
hub / github.com/F-Stack/f-stack / childproc_continued

Function childproc_continued

freebsd/kern/kern_sig.c:3376–3380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3374}
3375
3376void
3377childproc_continued(struct proc *p)
3378{
3379 childproc_jobstate(p, CLD_CONTINUED, SIGCONT);
3380}
3381
3382void
3383childproc_exited(struct proc *p)

Callers 1

tdsendsignalFunction · 0.85

Calls 1

childproc_jobstateFunction · 0.85

Tested by

no test coverage detected