Searched refs:os_atomic_xor_orig (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/tools/cocci/ |
| H A D | OSAtomic_rewrite.cocci | 141 + 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 D | c11_atomic_builtin_rewrite.cocci | 121 + os_atomic_xor_orig
|
| /xnu-8020.140.41/libkern/gen/ |
| H A D | OSAtomicOperations.c | 171 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 D | atomic_private.h | 572 #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
|