Home
last modified time | relevance | path

Searched refs:os_atomic_xor_orig (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/tools/cocci/
H A DOSAtomic_rewrite.cocci141 + os_atomic_xor_orig(E, F, relaxed)
144 + os_atomic_xor_orig(E, F, relaxed)
147 + os_atomic_xor_orig(E, F, relaxed)
150 + os_atomic_xor_orig(E, F, relaxed)
153 + os_atomic_xor_orig(E, F, relaxed)
156 + os_atomic_xor_orig(E, F, relaxed)
H A Dc11_atomic_builtin_rewrite.cocci121 + os_atomic_xor_orig
/xnu-8020.140.41/libkern/gen/
H A DOSAtomicOperations.c171 return os_atomic_xor_orig(value, mask, relaxed); in OSBitXorAtomic()
237 return os_atomic_xor_orig(value, (UInt8)mask, relaxed); in OSBitXorAtomic8()
267 return os_atomic_xor_orig(value, (UInt16)mask, relaxed); in OSBitXorAtomic16()
/xnu-8020.140.41/libkern/os/
H A Datomic_private.h572 #define os_atomic_xor_orig(p, v, m) _os_atomic_c11_op_orig(p, v, m, fetch_xor) macro
807 #define os_atomic_xor_orig(p, v, m) _os_atomic_error_is_starvable(os_atomic_xor_orig) macro