func internal/runtime/atomic.Load8
7 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L71: func Load8(ptr *uint8) uint8 {
types.go#L124: return Load8(&u.value)
runtime
mcheckmark.go#L95: if atomic.Load8(bytep)&mask != 0 {
mgcmark.go#L350: specials := atomic.Load8(&specialsbits[i])
mheap.go#L886: inUseUnmarked := atomic.Load8(&inUse[i]) &^ marked[i]
mheap.go#L905: inUseUnmarked = atomic.Load8(&inUse[i]) &^ marked[i]
pinner.go#L266: byteVal := atomic.Load8(bytep)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |