func runtime/internal/atomic.Load8
8 uses
runtime/internal/atomic (current package)
atomic_amd64.go#L70: func Load8(ptr *uint8) uint8 {
runtime
mcheckmark.go#L95: if atomic.Load8(bytep)&mask != 0 {
mgcmark.go#L328: specials := atomic.Load8(&specialsbits[i])
mheap.go#L370: return mSpanState(atomic.Load8((*uint8)(&b.s)))
mheap.go#L838: inUseUnmarked := atomic.Load8(&inUse[i]) &^ marked[i]
mheap.go#L857: inUseUnmarked = atomic.Load8(&inUse[i]) &^ marked[i]
stack.go#L865: if newsize < old.hi-old.lo && atomic.Load8(&gp.parkingOnChan) != 0 {
stack.go#L1119: return gp.syscallsp == 0 && !gp.asyncSafePoint && atomic.Load8(&gp.parkingOnChan) == 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. |