package
0.0.0-20220214151720-7585b01ddccf
Repository: https://github.com/inetaf/netstack.git
Documentation: pkg.go.dev

# Functions

AndUint32 atomically applies bitwise AND operation to *addr with val.
AndUint64 atomically applies bitwise AND operation to *addr with val.
CompareAndSwapUint32 is like sync/atomic.CompareAndSwapUint32, but returns the value previously stored at addr.
CompareAndSwapUint64 is like sync/atomic.CompareAndSwapUint64, but returns the value previously stored at addr.
OrUint32 atomically applies bitwise OR operation to *addr with val.
OrUint64 atomically applies bitwise OR operation to *addr with val.
XorUint32 atomically applies bitwise XOR operation to *addr with val.
XorUint64 atomically applies bitwise XOR operation to *addr with val.

# Structs

AlignedAtomicInt64 is an atomic int64 that is guaranteed to be 64-bit aligned, even on 32-bit systems.
AlignedAtomicUint64 is an atomic uint64 that is guaranteed to be 64-bit aligned, even on 32-bit systems.