runtime._panic.link (field)
12 uses
runtime (current package)
heapdump.go#L393: for p := gp._panic; p != nil; p = p.link {
heapdump.go#L401: dumpint(uint64(uintptr(unsafe.Pointer(p.link))))
panic.go#L589: p.link = gp._panic
panic.go#L671: p = p.link
panic.go#L678: if p.link != nil {
panic.go#L679: printpanics(p.link)
panic.go#L680: if !p.link.goexit {
panic.go#L918: p.link = gp._panic
panic.go#L992: gp._panic = p.link
panic.go#L1042: gp._panic = p.link
panic.go#L1046: gp._panic = gp._panic.link
runtime2.go#L945: link *_panic // link to earlier panic
![]() |
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. |