runtime/internal/atomic.Uintptr.Swap (method)

2 uses

	runtime/internal/atomic (current package)
		types.go#L408: func (u *Uintptr) Swap(value uintptr) uintptr {

	runtime
		netpoll.go#L567: 	old := gpp.Swap(pdNil)