Searched refs:OSBitXorAtomic (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h484 * @function OSBitXorAtomic
492 * The OSBitXorAtomic function logically xors the bits of the specified mask into the value at the specified address and returns the original value.
497 extern UInt32 OSBitXorAtomic(
500 #define OSBitXorAtomic(a, b) \ macro
501 (OSBitXorAtomic(a, __SAFE_CAST_PTR(volatile UInt32*,b)))
/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c100 #undef OSBitXorAtomic macro
101 UInt32 OSBitXorAtomic(UInt32 mask, volatile UInt32 * value) function

Completed in 201 milliseconds