Lines Matching full:updates

111  * Atomically updates @v to (@v + @i) with relaxed ordering.
132 * Atomically updates @v to (@v + @i) with full ordering.
153 * Atomically updates @v to (@v + @i) with acquire ordering.
174 * Atomically updates @v to (@v + @i) with release ordering.
195 * Atomically updates @v to (@v + @i) with relaxed ordering.
216 * Atomically updates @v to (@v + @i) with full ordering.
237 * Atomically updates @v to (@v + @i) with acquire ordering.
258 * Atomically updates @v to (@v + @i) with release ordering.
279 * Atomically updates @v to (@v + @i) with relaxed ordering.
300 * Atomically updates @v to (@v - @i) with relaxed ordering.
321 * Atomically updates @v to (@v - @i) with full ordering.
342 * Atomically updates @v to (@v - @i) with acquire ordering.
363 * Atomically updates @v to (@v - @i) with release ordering.
384 * Atomically updates @v to (@v - @i) with relaxed ordering.
405 * Atomically updates @v to (@v - @i) with full ordering.
426 * Atomically updates @v to (@v - @i) with acquire ordering.
447 * Atomically updates @v to (@v - @i) with release ordering.
468 * Atomically updates @v to (@v - @i) with relaxed ordering.
488 * Atomically updates @v to (@v + 1) with relaxed ordering.
508 * Atomically updates @v to (@v + 1) with full ordering.
528 * Atomically updates @v to (@v + 1) with acquire ordering.
548 * Atomically updates @v to (@v + 1) with release ordering.
568 * Atomically updates @v to (@v + 1) with relaxed ordering.
588 * Atomically updates @v to (@v + 1) with full ordering.
608 * Atomically updates @v to (@v + 1) with acquire ordering.
628 * Atomically updates @v to (@v + 1) with release ordering.
648 * Atomically updates @v to (@v + 1) with relaxed ordering.
668 * Atomically updates @v to (@v - 1) with relaxed ordering.
688 * Atomically updates @v to (@v - 1) with full ordering.
708 * Atomically updates @v to (@v - 1) with acquire ordering.
728 * Atomically updates @v to (@v - 1) with release ordering.
748 * Atomically updates @v to (@v - 1) with relaxed ordering.
768 * Atomically updates @v to (@v - 1) with full ordering.
788 * Atomically updates @v to (@v - 1) with acquire ordering.
808 * Atomically updates @v to (@v - 1) with release ordering.
828 * Atomically updates @v to (@v - 1) with relaxed ordering.
849 * Atomically updates @v to (@v & @i) with relaxed ordering.
870 * Atomically updates @v to (@v & @i) with full ordering.
891 * Atomically updates @v to (@v & @i) with acquire ordering.
912 * Atomically updates @v to (@v & @i) with release ordering.
933 * Atomically updates @v to (@v & @i) with relaxed ordering.
954 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
975 * Atomically updates @v to (@v & ~@i) with full ordering.
996 * Atomically updates @v to (@v & ~@i) with acquire ordering.
1017 * Atomically updates @v to (@v & ~@i) with release ordering.
1038 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
1059 * Atomically updates @v to (@v | @i) with relaxed ordering.
1080 * Atomically updates @v to (@v | @i) with full ordering.
1101 * Atomically updates @v to (@v | @i) with acquire ordering.
1122 * Atomically updates @v to (@v | @i) with release ordering.
1143 * Atomically updates @v to (@v | @i) with relaxed ordering.
1164 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
1185 * Atomically updates @v to (@v ^ @i) with full ordering.
1206 * Atomically updates @v to (@v ^ @i) with acquire ordering.
1227 * Atomically updates @v to (@v ^ @i) with release ordering.
1248 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
1269 * Atomically updates @v to @new with full ordering.
1290 * Atomically updates @v to @new with acquire ordering.
1311 * Atomically updates @v to @new with release ordering.
1332 * Atomically updates @v to @new with relaxed ordering.
1354 * If (@v == @old), atomically updates @v to @new with full ordering.
1377 * If (@v == @old), atomically updates @v to @new with acquire ordering.
1400 * If (@v == @old), atomically updates @v to @new with release ordering.
1423 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
1446 * If (@v == @old), atomically updates @v to @new with full ordering.
1470 * If (@v == @old), atomically updates @v to @new with acquire ordering.
1494 * If (@v == @old), atomically updates @v to @new with release ordering.
1518 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
1541 * Atomically updates @v to (@v - @i) with full ordering.
1561 * Atomically updates @v to (@v - 1) with full ordering.
1581 * Atomically updates @v to (@v + 1) with full ordering.
1602 * Atomically updates @v to (@v + @i) with full ordering.
1623 * Atomically updates @v to (@v + @i) with acquire ordering.
1644 * Atomically updates @v to (@v + @i) with release ordering.
1665 * Atomically updates @v to (@v + @i) with relaxed ordering.
1687 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
1710 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
1731 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
1752 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
1773 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
1794 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.