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

/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c163 return OSAddAtomic8(1, value);
168 return OSAddAtomic8(-1, value);
172 SInt8 OSAddAtomic8(SInt32 amount, volatile SInt8 * value) function
/xnu-2422.115.4/libkern/libkern/
H A DOSAtomic.h260 * @function OSAddAtomic8
266 * The OSAddAtomic8 function adds the specified amount to the value at the specified address and returns the original value.
273 extern SInt8 OSAddAtomic8(

Completed in 19 milliseconds