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

Function pksignal

freebsd/kern/kern_sig.c:2116–2121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114}
2115
2116int
2117pksignal(struct proc *p, int sig, ksiginfo_t *ksi)
2118{
2119
2120 return (tdsendsignal(p, NULL, sig, ksi));
2121}
2122
2123/* Utility function for finding a thread to send signal event to. */
2124int

Callers 9

killpg1_sendsigFunction · 0.85
kern_killFunction · 0.85
kern_sigqueueFunction · 0.85
pgsignalFunction · 0.85
sigparentFunction · 0.85
reap_kill_procFunction · 0.85
exit1Function · 0.85
proc_reapFunction · 0.85
db_killFunction · 0.85

Calls 1

tdsendsignalFunction · 0.85

Tested by

no test coverage detected