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

/xnu-2422.115.4/libkern/libkern/
H A DOSAtomic.h410 * @function OSBitAndAtomic8
416 * The OSBitAndAtomic8 function logically ands the bits of the specified mask into the value at the specified address and returns the original value.
423 extern UInt8 OSBitAndAtomic8(
/xnu-2422.115.4/libkern/gen/
H A DOSAtomicOperations.c199 UInt8 OSBitAndAtomic8(UInt32 mask, volatile UInt8 * value) function
/xnu-2422.115.4/bsd/sys/
H A Dmcache.h131 ((u_int8_t) OSBitAndAtomic8(n, (volatile UInt8 *)a))

Completed in 73 milliseconds