func runtime/internal/atomic.LoadAcq
9 uses
runtime/internal/atomic (current package)
atomic_amd64.go#L35: func LoadAcq(ptr *uint32) uint32 {
types.go#L207: return LoadAcq(&u.value)
runtime
proc.go#L6218: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with consumers
proc.go#L6278: h := atomic.LoadAcq(&pp.runqhead)
proc.go#L6322: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L6344: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L6379: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L6380: t := atomic.LoadAcq(&pp.runqtail) // load-acquire, synchronize with the producer
proc.go#L6443: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with consumers
|
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. |