Static Propertyswift-nio 2.86.1NIOConcurrencyHelpers->Swift
atomic_sub
atomics.swift:463static let atomic_sub: (OpaquePointer, UInt) -> UIntstatic let atomic_sub: (OpaquePointer, UInt) -> UIntsSu21NIOConcurrencyHelpersE10atomic_subySus13OpaquePointerV_SutYbcvpZ What are these?MU0Iimport Swiftimport NIOConcurrencyHelpers@frozen struct UIntAn unsigned integer value type.
@frozen struct OpaquePointerA wrapper around an opaque C pointer.
static let atomic_add: (OpaquePointer, UInt) -> UIntstatic let atomic_compare_and_exchange: (OpaquePointer, UInt, UInt) -> Boolstatic let atomic_create: (UInt) -> OpaquePointerstatic let atomic_destroy: (OpaquePointer) -> Voidstatic let atomic_exchange: (OpaquePointer, UInt) -> UIntstatic let atomic_load: (OpaquePointer) -> UIntstatic let atomic_store: (OpaquePointer, UInt) -> Voidstatic let nio_atomic_add: (UnsafeMutablePointer<catmc_nio_atomic_unsigned_long>, UInt) -> UIntstatic let nio_atomic_compare_and_exchange: (UnsafeMutablePointer<catmc_nio_atomic_unsigned_long>, UInt, UInt) -> Boolstatic let nio_atomic_create_with_existing_storage: (UnsafeMutablePointer<catmc_nio_atomic_unsigned_long>, UInt) -> Voidstatic let nio_atomic_exchange: (UnsafeMutablePointer<catmc_nio_atomic_unsigned_long>, UInt) -> UIntstatic let nio_atomic_load: (UnsafeMutablePointer<catmc_nio_atomic_unsigned_long>) -> UIntstatic let nio_atomic_store: (UnsafeMutablePointer<catmc_nio_atomic_unsigned_long>, UInt) -> Voidstatic let nio_atomic_sub: (UnsafeMutablePointer<catmc_nio_atomic_unsigned_long>, UInt) -> UInttypealias AtomicWrapper = catmc_nio_atomic_unsigned_long