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#L7508: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with consumers
proc.go#L7569: h := atomic.LoadAcq(&pp.runqhead)
proc.go#L7609: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L7630: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L7664: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with other consumers
proc.go#L7665: t := atomic.LoadAcq(&pp.runqtail) // load-acquire, synchronize with the producer
proc.go#L7741: h := atomic.LoadAcq(&pp.runqhead) // load-acquire, synchronize with consumers
 |
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. |