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

/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c107 static Boolean OSCompareAndSwap8(UInt8 oldValue8, UInt8 newValue8, volatile UInt8 * value8) function
142 } while (! OSCompareAndSwap8(oldValue, (oldValue & ~mask) | wantValue, startAddress));
180 } while (! OSCompareAndSwap8((UInt8) oldValue, (UInt8) newValue, (volatile UInt8 *) value));
194 } while (! OSCompareAndSwap8(oldValue, newValue, value));

Completed in 17 milliseconds