go/src/runtime/os_linux_generic.go

const _SS_DISABLE

const _NSIG

const _SIG_BLOCK

const _SIG_UNBLOCK

const _SIG_SETMASK

type sigset

var sigset_all

//go:nosplit
//go:nowritebarrierrec
func sigaddset(mask *sigset, i int) {}

func sigdelset(mask *sigset, i int) {}

//go:nosplit
func sigfillset(mask *uint64) {}