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

Function osigsuspend

freebsd/kern/kern_sig.c:1592–1599  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

1590#endif
1591/* ARGSUSED */
1592int
1593osigsuspend(struct thread *td, struct osigsuspend_args *uap)
1594{
1595 sigset_t mask;
1596
1597 OSIG2SIG(uap->mask, mask);
1598 return (kern_sigsuspend(td, mask));
1599}
1600#endif /* COMPAT_43 */
1601
1602#if defined(COMPAT_43)

Callers

nothing calls this directly

Calls 1

kern_sigsuspendFunction · 0.85

Tested by

no test coverage detected