var runtime.panicking
11 uses
runtime (current package)
mgc.go#L1263: if !memstats.enablegc || panicking != 0 || gcphase != _GCoff {
panic.go#L1128: var panicking uint32
panic.go#L1260: atomic.Xadd(&panicking, 1)
panic.go#L1322: if atomic.Xadd(&panicking, -1) != 0 {
print.go#L43: if atomic.Load(&panicking) == 0 {
proc.go#L243: if atomic.Load(&panicking) != 0 {
proc.go#L5002: if panicking > 0 {
symtab.go#L768: if strict && panicking == 0 {
symtab.go#L811: if panicking != 0 || !strict {
traceback.go#L1315: if panicking > 0 || getg().m.curg != getg() {
traceback.go#L1332: if panicking > 0 || getg().m.curg != getg() {
![]() |
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. |