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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 61 // SwapUint32 atomically stores new into *addr and returns the previous *addr value.
62 func SwapUint32(addr *uint32, new uint32) (old uint32)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 61 // SwapUint32 atomically stores new into *addr and returns the previous *addr value.
62 func SwapUint32(addr *uint32, new uint32) (old uint32)

Completed in 2613 milliseconds