runtime.sigTabT.flags (field)
11 uses
runtime (current package)
signal_unix.go#L20: flags int32
signal_unix.go#L125: if t.flags == 0 || t.flags&_SigDefault != 0 {
signal_unix.go#L163: if t.flags&_SigSetStack != 0 {
signal_unix.go#L169: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE {
signal_unix.go#L190: if t.flags&_SigNotify != 0 {
signal_unix.go#L215: if t.flags&_SigNotify != 0 {
signal_unix.go#L244: if t.flags&_SigNotify != 0 {
signal_unix.go#L563: flags = sigtable[sig].flags
signal_unix.go#L970: flags := sigtable[sig].flags
signal_unix.go#L1159: flags := sigtable[sig].flags
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |