runtime.profBuf.overflow (field)
8 uses
runtime (current package)
profbuf.go#L91: overflow uint64
profbuf.go#L154: return uint32(atomic.Load64(&b.overflow)) > 0
profbuf.go#L161: overflow := atomic.Load64(&b.overflow)
profbuf.go#L170: if atomic.Cas64(&b.overflow, overflow, ((overflow>>32)+1)<<32) {
profbuf.go#L173: overflow = atomic.Load64(&b.overflow)
profbuf.go#L183: overflow := atomic.Load64(&b.overflow)
profbuf.go#L190: atomic.Store64(&b.overflow, (((overflow>>32)+1)<<32)+1)
profbuf.go#L200: if atomic.Cas64(&b.overflow, overflow, overflow+1) {
![]() |
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. |