func internal/runtime/atomic.Load8
12 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L74: func Load8(ptr *uint8) uint8 {
types.go#L124: return Load8(&u.value)
runtime
mcheckmark.go#L99: if atomic.Load8(bytep)&mask != 0 {
mcheckmark.go#L204: if atomic.Load8(bytep)&mask != 0 {
mcheckmark.go#L308: specials := atomic.Load8(&ha.pageSpecials[i])
mgcmark.go#L422: specials := atomic.Load8(&specialsbits[i])
mgcmark_greenteagc.go#L92: return spanScanOwnership(atomic.Load8((*uint8)(unsafe.Pointer(o))))
mgcmark_greenteagc.go#L287: if atomic.Load8(&q.marks[idx])&mask != 0 {
mgcmark_greenteagc.go#L860: if atomic.Load8(bytep)&mask != 0 {
mheap.go#L942: inUseUnmarked := atomic.Load8(&inUse[i]) &^ marked[i]
mheap.go#L961: inUseUnmarked = atomic.Load8(&inUse[i]) &^ marked[i]
pinner.go#L286: byteVal := atomic.Load8(bytep)
![]() |
The pages are generated with Golds v0.8.4. (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. |