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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 134 // StoreUint32 atomically stores val into *addr.
135 func StoreUint32(addr *uint32, val uint32)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 134 // StoreUint32 atomically stores val into *addr.
135 func StoreUint32(addr *uint32, val uint32)

Completed in 133 milliseconds