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

Function sigprop

freebsd/kern/kern_sig.c:649–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649static __inline int
650sigprop(int sig)
651{
652
653 if (sig > 0 && sig < nitems(sigproptbl))
654 return (sigproptbl[sig]);
655 return (0);
656}
657
658int
659sig_ffs(sigset_t *set)

Callers 8

kern_sigactionFunction · 0.85
siginitFunction · 0.85
sigdfltFunction · 0.85
tdsendsignalFunction · 0.85
tdsigwakeupFunction · 0.85
issignalFunction · 0.85
sigexitFunction · 0.85
sig_drop_caughtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected