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

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h310 * @function OSIncrementAtomic8
316 * The OSIncrementAtomic8 function increments the value at the specified address by one and returns the original value.
322 extern SInt8 OSIncrementAtomic8(volatile SInt8 * address);
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c161 SInt8 OSIncrementAtomic8(volatile SInt8 * value) function

Completed in 112 milliseconds