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

Function childproc_stopped

freebsd/kern/kern_sig.c:3369–3374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3367}
3368
3369void
3370childproc_stopped(struct proc *p, int reason)
3371{
3372
3373 childproc_jobstate(p, reason, p->p_xsig);
3374}
3375
3376void
3377childproc_continued(struct proc *p)

Callers 1

thread_stoppedFunction · 0.85

Calls 1

childproc_jobstateFunction · 0.85

Tested by

no test coverage detected