Lines Matching defs:address
60 OSCompareAndSwap8(UInt8 oldValue, UInt8 newValue, volatile UInt8 *address) in OSCompareAndSwap8()
67 OSCompareAndSwap16(UInt16 oldValue, UInt16 newValue, volatile UInt16 *address) in OSCompareAndSwap16()
74 OSCompareAndSwap(UInt32 oldValue, UInt32 newValue, volatile UInt32 *address) in OSCompareAndSwap()
82 OSCompareAndSwap64(UInt64 oldValue, UInt64 newValue, volatile UInt64 *address) in OSCompareAndSwap64()
97 OSCompareAndSwapPtr(void *oldValue, void *newValue, void * volatile *address) in OSCompareAndSwapPtr()
103 OSAddAtomic8(SInt32 amount, volatile SInt8 *address) in OSAddAtomic8()
109 OSAddAtomic16(SInt32 amount, volatile SInt16 *address) in OSAddAtomic16()
116 OSAddAtomic(SInt32 amount, volatile SInt32 *address) in OSAddAtomic()
124 OSAddAtomic64(SInt64 amount, volatile SInt64 *address) in OSAddAtomic64()
134 OSAddAtomicLong(long theAmount, volatile long *address) in OSAddAtomicLong()
180 UInt8 *address; in OSTestAndSetClear() local