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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 79 // CompareAndSwapUint32 executes the compare-and-swap operation for a uint32 value.
80 func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 79 // CompareAndSwapUint32 executes the compare-and-swap operation for a uint32 value.
80 func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool)

Completed in 46 milliseconds