Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
649
static __inline int
650
sigprop(int sig)
651
{
652
653
if (sig > 0 && sig < nitems(sigproptbl))
654
return (sigproptbl[sig]);
655
return (0);
656
}
657
658
int
659
sig_ffs(sigset_t *set)
Callers
8
kern_sigaction
Function · 0.85
siginit
Function · 0.85
sigdflt
Function · 0.85
tdsendsignal
Function · 0.85
tdsigwakeup
Function · 0.85
issignal
Function · 0.85
sigexit
Function · 0.85
sig_drop_caught
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected