func runtime/internal/atomic.Cas64
7 uses
runtime/internal/atomic (current package)
atomic_amd64.go#L90: func Cas64(ptr *uint64, old, new uint64) bool
types.go#L325: return Cas64(&u.value, old, new)
runtime
lfstack.go#L34: if atomic.Cas64((*uint64)(head), old, new) {
lfstack.go#L48: if atomic.Cas64((*uint64)(head), old, next) {
profbuf.go#L125: return atomic.Cas64((*uint64)(x), uint64(old), uint64(new))
runtime1.go#L108: if atomic.Cas64(&test_z64, test_x64, 1) {
runtime1.go#L115: if !atomic.Cas64(&test_z64, test_x64, 1) {
|
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. |