Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3369
void
3370
childproc_stopped(struct proc *p, int reason)
3371
{
3372
3373
childproc_jobstate(p, reason, p->p_xsig);
3374
}
3375
3376
void
3377
childproc_continued(struct proc *p)
Callers
1
thread_stopped
Function · 0.85
Calls
1
childproc_jobstate
Function · 0.85
Tested by
no test coverage detected