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

Function sigfastblock_setpend

freebsd/kern/kern_sig.c:4247–4259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4245}
4246
4247void
4248sigfastblock_setpend(struct thread *td, bool resched)
4249{
4250 struct proc *p;
4251
4252 sigfastblock_setpend1(td);
4253 if (resched) {
4254 p = td->td_proc;
4255 PROC_LOCK(p);
4256 reschedule_signals(p, fastblock_mask, SIGPROCMASK_FASTBLK);
4257 PROC_UNLOCK(p);
4258 }
4259}

Callers 1

astFunction · 0.85

Calls 2

sigfastblock_setpend1Function · 0.85
reschedule_signalsFunction · 0.85

Tested by

no test coverage detected