runtime.g.sig (field)
10 uses
runtime (current package)
panic.go#L1049: gp.sig = 0
panic.go#L1291: if gp.sig != 0 {
panic.go#L1292: signame := signame(gp.sig)
panic.go#L1296: print("[signal ", hex(gp.sig))
runtime2.go#L459: sig uint32
signal_unix.go#L584: gp.sig = sig
signal_unix.go#L721: switch g.sig {
signal_unix.go#L752: if g.sig >= uint32(len(sigtable)) {
signal_unix.go#L756: panic(errorString(sigtable[g.sig].name))
signal_unix.go#L1228: g.sig = _SIGSEGV
![]() |
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. |