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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 128 // StoreInt32 atomically stores val into *addr.
129 func StoreInt32(addr *int32, val int32)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 128 // StoreInt32 atomically stores val into *addr.
129 func StoreInt32(addr *int32, val int32)

Completed in 206 milliseconds