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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 76 // CompareAndSwapInt64 executes the compare-and-swap operation for an int64 value.
77 func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 76 // CompareAndSwapInt64 executes the compare-and-swap operation for an int64 value.
77 func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool)

Completed in 578 milliseconds