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

4 lines
69 B
Plaintext
Raw Normal View History

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