Static Propertyswift-nio 2.86.1NIOConcurrencyHelpers->Swift
nio_atomic_load
NIOAtomic.swift:130static let nio_atomic_load: (UnsafeMutablePointer<catmc_nio_atomic_uint_least32_t>) -> uint_least32_tstatic let nio_atomic_load: (UnsafeMutablePointer<catmc_nio_atomic_uint_least32_t>) -> uint_least32_tss6UInt32V21NIOConcurrencyHelpersE15nio_atomic_loadyABSpySo06catmc_d1_E15_uint_least32_tVGYbcvpZ What are these?51Y6Qimport Swiftimport NIOConcurrencyHelpers@frozen struct UInt32A 32-bit unsigned integer value type.
@frozen struct UnsafeMutablePointer<Pointee> where Pointee : ~CopyableA pointer for accessing and manipulating data of a specific type.
struct catmc_nio_atomic_uint_least32_ttypealias uint_least32_t = __uint_least32_tstatic let atomic_add: (OpaquePointer, uint_least32_t) -> uint_least32_tstatic let atomic_compare_and_exchange: (OpaquePointer, uint_least32_t, uint_least32_t) -> Boolstatic let atomic_create: (uint_least32_t) -> OpaquePointerstatic let atomic_destroy: (OpaquePointer) -> Voidstatic let atomic_exchange: (OpaquePointer, uint_least32_t) -> uint_least32_tstatic let atomic_load: (OpaquePointer) -> uint_least32_tstatic let atomic_store: (OpaquePointer, uint_least32_t) -> Voidstatic let atomic_sub: (OpaquePointer, uint_least32_t) -> uint_least32_tstatic let nio_atomic_add: (UnsafeMutablePointer<catmc_nio_atomic_uint_least32_t>, uint_least32_t) -> uint_least32_tstatic let nio_atomic_compare_and_exchange: (UnsafeMutablePointer<catmc_nio_atomic_uint_least32_t>, uint_least32_t, uint_least32_t) -> Boolstatic let nio_atomic_create_with_existing_storage: (UnsafeMutablePointer<catmc_nio_atomic_uint_least32_t>, uint_least32_t) -> Voidstatic let nio_atomic_exchange: (UnsafeMutablePointer<catmc_nio_atomic_uint_least32_t>, uint_least32_t) -> uint_least32_tstatic let nio_atomic_store: (UnsafeMutablePointer<catmc_nio_atomic_uint_least32_t>, uint_least32_t) -> Voidstatic let nio_atomic_sub: (UnsafeMutablePointer<catmc_nio_atomic_uint_least32_t>, uint_least32_t) -> uint_least32_ttypealias AtomicWrapper = catmc_nio_atomic_uint_least32_t