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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 137 // StoreUint64 atomically stores val into *addr.
138 func StoreUint64(addr *uint64, val uint64)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 137 // StoreUint64 atomically stores val into *addr.
138 func StoreUint64(addr *uint64, val uint64)

Completed in 110 milliseconds