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

Function filt_sigdetach

freebsd/kern/kern_sig.c:3955–3961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3953}
3954
3955static void
3956filt_sigdetach(struct knote *kn)
3957{
3958 struct proc *p = kn->kn_ptr.p_proc;
3959
3960 knlist_remove(p->p_klist, kn, 0);
3961}
3962
3963/*
3964 * signal knotes are shared with proc knotes, so we apply a mask to

Callers

nothing calls this directly

Calls 1

knlist_removeFunction · 0.85

Tested by

no test coverage detected