helion.language.atomic_xor#
- helion.language.atomic_xor(target, index, value, sem='relaxed')[source]#
Atomically apply bitwise XOR with
valuetotarget[index].- Parameters:
- Returns:
The previous value(s) stored at
target[index]before the update.- Return type: