Searched refs:OSAddAtomic16 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c237 return OSAddAtomic16(1, value);
242 return OSAddAtomic16(-1, value);
246 SInt16 OSAddAtomic16(SInt32 amount, volatile SInt16 * value) function
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h243 * @function OSAddAtomic16
249 * The OSAddAtomic16 function adds the specified amount to the value at the specified address and returns the original value.
255 extern SInt16 OSAddAtomic16(
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmcache.h71 ((u_int16_t) OSAddAtomic16(n, (volatile SInt16 *)a))

Completed in 96 milliseconds