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

/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h504 * @function OSBitXorAtomic16
510 * The OSBitXorAtomic16 function logically xors the bits of the specified mask into the value at the specified address and returns the original value.
517 extern UInt16 OSBitXorAtomic16(
/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c283 UInt16 OSBitXorAtomic16(UInt32 mask, volatile UInt16 * value) function

Completed in 29 milliseconds