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

/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h295 * @function OSIncrementAtomic16
301 * The OSIncrementAtomic16 function increments the value at the specified address by one and returns the original value.
307 extern SInt16 OSIncrementAtomic16(volatile SInt16 * address);
/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c235 SInt16 OSIncrementAtomic16(volatile SInt16 * value) function

Completed in 58 milliseconds