Files
kernel-zhihe-a210/scripts/atomic/fallbacks/add_unless
2025-08-15 10:24:01 +08:00

4 lines
69 B
Plaintext
Executable File

cat << EOF
return raw_${atomic}_fetch_add_unless(v, a, u) != u;
EOF