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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 64 // SwapUint64 atomically stores new into *addr and returns the previous *addr value.
65 func SwapUint64(addr *uint64, new uint64) (old uint64)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 64 // SwapUint64 atomically stores new into *addr and returns the previous *addr value.
65 func SwapUint64(addr *uint64, new uint64) (old uint64)

Completed in 54 milliseconds