runtime.finblock.cnt (field)
8 uses
runtime (current package)
mfinal.go#L26: cnt uint32
mfinal.go#L89: if finq == nil || finq.cnt == uint32(len(finq.fin)) {
mfinal.go#L115: f := &finq.fin[finq.cnt]
mfinal.go#L116: atomic.Xadd(&finq.cnt, +1) // Sync with markroots
mfinal.go#L129: for i := uint32(0); i < fb.cnt; i++ {
mfinal.go#L183: for i := fb.cnt; i > 0; i-- {
mfinal.go#L232: atomic.Store(&fb.cnt, i-1)
mgcmark.go#L175: cnt := uintptr(atomic.Load(&fb.cnt))
![]() |
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. |