Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3376
void
3377
childproc_continued(struct proc *p)
3378
{
3379
childproc_jobstate(p, CLD_CONTINUED, SIGCONT);
3380
}
3381
3382
void
3383
childproc_exited(struct proc *p)
Callers
1
tdsendsignal
Function · 0.85
Calls
1
childproc_jobstate
Function · 0.85
Tested by
no test coverage detected