func sync/atomic.SwapUintptr
2 uses
sync/atomic (current package)
doc.go#L68: func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)
go.uber.org/atomic
uintptr.go#L87: return atomic.SwapUintptr(&i.v, val)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)