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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 131 // StoreInt64 atomically stores val into *addr.
132 func StoreInt64(addr *int64, val int64)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 131 // StoreInt64 atomically stores val into *addr.
132 func StoreInt64(addr *int64, val int64)

Completed in 129 milliseconds