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

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h522 * @function OSBitXorAtomic8
530 * The OSBitXorAtomic8 function logically xors the bits of the specified mask into the value at the specified address and returns the original value.
535 extern UInt8 OSBitXorAtomic8(
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c209 UInt8 OSBitXorAtomic8(UInt32 mask, volatile UInt8 * value) function

Completed in 93 milliseconds