Lines Matching defs:address
56 OSCompareAndSwap8(UInt8 oldValue, UInt8 newValue, volatile UInt8 *address) in OSCompareAndSwap8()
63 OSCompareAndSwap16(UInt16 oldValue, UInt16 newValue, volatile UInt16 *address) in OSCompareAndSwap16()
70 OSCompareAndSwap(UInt32 oldValue, UInt32 newValue, volatile UInt32 *address) in OSCompareAndSwap()
78 OSCompareAndSwap64(UInt64 oldValue, UInt64 newValue, volatile UInt64 *address) in OSCompareAndSwap64()
93 OSCompareAndSwapPtr(void *oldValue, void *newValue, void * volatile *address) in OSCompareAndSwapPtr()
99 OSAddAtomic8(SInt32 amount, volatile SInt8 *address) in OSAddAtomic8()
105 OSAddAtomic16(SInt32 amount, volatile SInt16 *address) in OSAddAtomic16()
112 OSAddAtomic(SInt32 amount, volatile SInt32 *address) in OSAddAtomic()
120 OSAddAtomic64(SInt64 amount, volatile SInt64 *address) in OSAddAtomic64()
130 OSAddAtomicLong(long theAmount, volatile long *address) in OSAddAtomicLong()
176 UInt8 *address; in OSTestAndSetClear() local