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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 55 // SwapInt32 atomically stores new into *addr and returns the previous *addr value.
56 func SwapInt32(addr *int32, new int32) (old int32)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 55 // SwapInt32 atomically stores new into *addr and returns the previous *addr value.
56 func SwapInt32(addr *int32, new int32) (old int32)

Completed in 481 milliseconds