Searched defs:UnsafePointer (Results 1 – 6 of 6) sorted by relevance
457 type UnsafePointer struct { struct458 noCopy noCopy459 value unsafe.Pointer465 func (u *UnsafePointer) Load() unsafe.Pointer {478 func (u *UnsafePointer) StoreNoWB(value unsafe.Pointer) {483 func (u *UnsafePointer) Store(value unsafe.Pointer) {504 func (u *UnsafePointer) CompareAndSwapNoWB(old, new unsafe.Pointer) bool {511 func (u *UnsafePointer) CompareAndSwap(old, new unsafe.Pointer) bool {
31 UnsafePointer const
34 UnsafePointer const
70 UnsafePointer const
299 UnsafePointer const
2783 func (v Value) UnsafePointer() unsafe.Pointer { func