Searched refs:theAmount (Results 1 – 2 of 2) sorted by relevance
82 inline int64_t OSAtomicAdd64(int64_t theAmount, int64_t *theValue) { in OSAtomicAdd64() argument96 int64_t theAmount, int64_t *theValue) { in OSAtomicAdd64Barrier() argument97 int64_t new_val = OSAtomicAdd64(theAmount, theValue); in OSAtomicAdd64Barrier()