Documentation
¶
Index ¶
- func BarrierAcquire()
- func BarrierFull()
- func BarrierRelease()
- func Cas128AcqRel(ptr *uint64, oldLo, oldHi, newLo, newHi uint64) (prevLo, prevHi uint64, swapped bool)
- func Cas128Acquire(ptr *uint64, oldLo, oldHi, newLo, newHi uint64) (prevLo, prevHi uint64, swapped bool)
- func Cas128Relaxed(ptr *uint64, oldLo, oldHi, newLo, newHi uint64) (prevLo, prevHi uint64, swapped bool)
- func Cas128Release(ptr *uint64, oldLo, oldHi, newLo, newHi uint64) (prevLo, prevHi uint64, swapped bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BarrierAcquire ¶
func BarrierAcquire()
func BarrierFull ¶
func BarrierFull()
func BarrierRelease ¶
func BarrierRelease()
func Cas128AcqRel ¶
func Cas128Acquire ¶
func Cas128Relaxed ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.