func internal/runtime/atomic.LoadAcq
9 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L35: func LoadAcq(ptr *uint32) uint32 {
types.go#L207: return LoadAcq(&u.value)
runtime
proc.go#L6727: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with consumers
proc.go#L6787: h := atomic.LoadAcq(&pp.runqhead)
proc.go#L6831: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L6853: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L6888: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L6889: t := atomic.LoadAcq(&pp.runqtail) // load-acquire, synchronize with the producer
proc.go#L6952: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with consumers
 |
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. |