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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 67 // SwapUintptr atomically stores new into *addr and returns the previous *addr value.
68 func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 67 // SwapUintptr atomically stores new into *addr and returns the previous *addr value.
68 func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)

Completed in 60 milliseconds