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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 73 // CompareAndSwapInt32 executes the compare-and-swap operation for an int32 value.
74 func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 73 // CompareAndSwapInt32 executes the compare-and-swap operation for an int32 value.
74 func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool)

Completed in 75 milliseconds