JustOS/linux-6.13/scripts/atomic/fallbacks/add_unless

4 lines
69 B
Plaintext
Raw Normal View History

2025-01-24 14:00:19 +00:00
cat << EOF
return raw_${atomic}_fetch_add_unless(v, a, u) != u;
EOF