linux-zen-desktop/scripts/atomic/fallbacks/add_unless

4 lines
69 B
Plaintext
Raw Normal View History

2023-08-30 16:31:07 +01:00
cat << EOF
2023-10-24 11:59:35 +01:00
return raw_${atomic}_fetch_add_unless(v, a, u) != u;
2023-08-30 16:31:07 +01:00
EOF