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

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h357 * @function OSDecrementAtomic8
363 * The OSDecrementAtomic8 function decrements the value at the specified address by one and returns the original value.
369 extern SInt8 OSDecrementAtomic8(volatile SInt8 * address);
/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c166 SInt8 OSDecrementAtomic8(volatile SInt8 * value) function

Completed in 94 milliseconds