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

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h342 * @function OSDecrementAtomic16
348 * The OSDecrementAtomic16 function decrements the value at the specified address by one and returns the original value.
354 extern SInt16 OSDecrementAtomic16(volatile SInt16 * address);
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c240 SInt16 OSDecrementAtomic16(volatile SInt16 * value) function

Completed in 79 milliseconds