HomeSort by relevance Sort by last modified time
    Searched defs:Cas64 (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_386.go 27 if Cas64(ptr, old, old+uint64(delta)) {
40 if Cas64(ptr, old, new) {
67 func Cas64(ptr *uint64, old, new uint64) bool
atomic_amd64x.go 56 func Cas64(ptr *uint64, old, new uint64) bool
atomic_arm64.go 45 func Cas64(ptr *uint64, old, new uint64) bool
atomic_mips64x.go 47 func Cas64(ptr *uint64, old, new uint64) bool
atomic_ppc64x.go 47 func Cas64(ptr *uint64, old, new uint64) bool
atomic_s390x.go 73 func Cas64(ptr *uint64, old, new uint64) bool
atomic_arm.go 108 func Cas64(addr *uint64, old, new uint64) bool {
atomic_mipsx.go 71 func Cas64(addr *uint64, old, new uint64) (swapped bool) {
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_386.go 27 if Cas64(ptr, old, old+uint64(delta)) {
40 if Cas64(ptr, old, new) {
67 func Cas64(ptr *uint64, old, new uint64) bool
atomic_amd64x.go 56 func Cas64(ptr *uint64, old, new uint64) bool
atomic_arm64.go 45 func Cas64(ptr *uint64, old, new uint64) bool
atomic_mips64x.go 47 func Cas64(ptr *uint64, old, new uint64) bool
atomic_ppc64x.go 47 func Cas64(ptr *uint64, old, new uint64) bool
atomic_s390x.go 73 func Cas64(ptr *uint64, old, new uint64) bool
atomic_arm.go 108 func Cas64(addr *uint64, old, new uint64) bool {
atomic_mipsx.go 71 func Cas64(addr *uint64, old, new uint64) (swapped bool) {
  /art/runtime/
atomic.h 49 // TODO - mips64 still need this for Cas64 ???
139 // at some point during the execution of Cas64, *addr was not equal to
141 static bool Cas64(int64_t old_value, int64_t new_value, volatile int64_t* addr) {

Completed in 883 milliseconds