MCPcopy 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
4208void
4209sigfastblock_fetch(struct thread *td)
4210{
4211 uint32_t val;
4212
4213 (void)sigfastblock_fetch_sig(td, true, &val);
4214}
4215
4216static void
4217sigfastblock_setpend1(struct thread *td)

Callers 5

syscallenterFunction · 0.85
kern_sigtimedwaitFunction · 0.85
kern_sigsuspendFunction · 0.85
trapsignalFunction · 0.85
astFunction · 0.85

Calls 1

sigfastblock_fetch_sigFunction · 0.85

Tested by

no test coverage detected