func runtime/internal/atomic.Load8
7 uses
runtime/internal/atomic (current package)
atomic_amd64.go#L71: func Load8(ptr *uint8) uint8 {
types.go#L124: return Load8(&u.value)
runtime
mcheckmark.go#L97: if atomic.Load8(bytep)&mask != 0 {
mgcmark.go#L345: specials := atomic.Load8(&specialsbits[i])
mheap.go#L894: inUseUnmarked := atomic.Load8(&inUse[i]) &^ marked[i]
mheap.go#L913: inUseUnmarked = atomic.Load8(&inUse[i]) &^ marked[i]
pinner.go#L263: byteVal := atomic.Load8(bytep)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |