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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 85 // CompareAndSwapUintptr executes the compare-and-swap operation for a uintptr value.
86 func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 85 // CompareAndSwapUintptr executes the compare-and-swap operation for a uintptr value.
86 func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool)

Completed in 82 milliseconds