var runtime.finq
11 uses
runtime (current package)
mfinal.go#L33: var finq *finblock // list of finalizers that are to be executed
mfinal.go#L89: if finq == nil || finq.cnt == uint32(len(finq.fin)) {
mfinal.go#L112: block.next = finq
mfinal.go#L113: finq = block
mfinal.go#L115: f := &finq.fin[finq.cnt]
mfinal.go#L116: atomic.Xadd(&finq.cnt, +1) // Sync with markroots
mfinal.go#L169: fb := finq
mfinal.go#L170: finq = nil
![]() |
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. |