OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SwapUint64
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/sync/atomic/
doc.go
64
//
SwapUint64
atomically stores new into *addr and returns the previous *addr value.
65
func
SwapUint64
(addr *uint64, new uint64) (old uint64)
/prebuilts/go/linux-x86/src/sync/atomic/
doc.go
64
//
SwapUint64
atomically stores new into *addr and returns the previous *addr value.
65
func
SwapUint64
(addr *uint64, new uint64) (old uint64)
Completed in 703 milliseconds