Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sigfastblock_fetch
Function
sigfastblock_fetch
freebsd/kern/kern_sig.c:4208–4214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4206
}
4207
4208
void
4209
sigfastblock_fetch(struct thread *td)
4210
{
4211
uint32_t val;
4212
4213
(void)sigfastblock_fetch_sig(td, true, &val);
4214
}
4215
4216
static void
4217
sigfastblock_setpend1(struct thread *td)
Callers
5
syscallenter
Function · 0.85
kern_sigtimedwait
Function · 0.85
kern_sigsuspend
Function · 0.85
trapsignal
Function · 0.85
ast
Function · 0.85
Calls
1
sigfastblock_fetch_sig
Function · 0.85
Tested by
no test coverage detected