runtime.spanSet.spineLen (field)
7 uses
runtime (current package)
mspanset.go#L37: spineLen uintptr // Spine array length, accessed atomically
mspanset.go#L80: spineLen := atomic.Loaduintptr(&b.spineLen)
mspanset.go#L93: spineLen = atomic.Loaduintptr(&b.spineLen)
mspanset.go#L130: atomic.Storeuintptr(&b.spineLen, spineLen+1)
mspanset.go#L153: spineLen := atomic.Loaduintptr(&b.spineLen)
mspanset.go#L238: if uintptr(top) < b.spineLen {
mspanset.go#L269: atomic.Storeuintptr(&b.spineLen, 0)
![]() |
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. |