OptionSet
extension OptionSet where RawValue == Int
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicIntPointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicIntPointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicIntPointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicInt8Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicInt8Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicInt8Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicInt16Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicInt16Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicInt16Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicInt32Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicInt32Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicInt32Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicInt64Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicInt64Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicInt64Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicUIntPointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicUIntPointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicUIntPointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicUInt8Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicUInt8Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicUInt8Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicUInt16Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicUInt16Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicUInt16Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicUInt32Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicUInt32Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicUInt32Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchAnd(_ ref: AtomicUInt64Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchOr(_ ref: AtomicUInt64Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self
-
Declaration
Swift
@discardableResult public static func fetchXor(_ ref: AtomicUInt64Pointer, _ value: Self, order: AtomicMemoryOrder = .seqcst) -> Self