func runtime/internal/atomic.CasRel
4 uses
runtime/internal/atomic (current package)
atomic_amd64.go#L92: func CasRel(ptr *uint32, old, new uint32) bool
runtime
proc.go#L5786: if !atomic.CasRel(&_p_.runqhead, h, h+n) { // cas-release, commits consume
proc.go#L5870: if atomic.CasRel(&_p_.runqhead, h, h+1) { // cas-release, commits consume
proc.go#L5926: if atomic.CasRel(&_p_.runqhead, h, h+n) { // cas-release, commits consume
 |
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. |