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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 140 // StoreUintptr atomically stores val into *addr.
141 func StoreUintptr(addr *uintptr, val uintptr)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 140 // StoreUintptr atomically stores val into *addr.
141 func StoreUintptr(addr *uintptr, val uintptr)

Completed in 67 milliseconds