type runtime/internal/atomic.UnsafePointer

4 uses

	runtime/internal/atomic (current package)
		types.go#L352: type UnsafePointer struct {
		types.go#L358: func (u *UnsafePointer) Load() unsafe.Pointer {
		types.go#L368: func (u *UnsafePointer) StoreNoWB(value unsafe.Pointer) {
		types.go#L382: func (u *UnsafePointer) CompareAndSwapNoWB(old, new unsafe.Pointer) bool {