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

Function tdsignal

freebsd/kern/kern_sig.c:2141–2150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2139}
2140
2141void
2142tdsignal(struct thread *td, int sig)
2143{
2144 ksiginfo_t ksi;
2145
2146 ksiginfo_init(&ksi);
2147 ksi.ksi_signo = sig;
2148 ksi.ksi_code = SI_KERNEL;
2149 (void) tdsendsignal(td->td_proc, td, sig, &ksi);
2150}
2151
2152void
2153tdksignal(struct thread *td, int sig, ksiginfo_t *ksi)

Callers 6

kern_senditFunction · 0.70
dofilewriteFunction · 0.70
nosysFunction · 0.70
soo_writeFunction · 0.70
sys_sctp_generic_sendmsgFunction · 0.50

Calls 1

tdsendsignalFunction · 0.85

Tested by

no test coverage detected