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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 58 // SwapInt64 atomically stores new into *addr and returns the previous *addr value.
59 func SwapInt64(addr *int64, new int64) (old int64)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 58 // SwapInt64 atomically stores new into *addr and returns the previous *addr value.
59 func SwapInt64(addr *int64, new int64) (old int64)

Completed in 77 milliseconds