Lines Matching full:updates
524 * Atomically updates @v to (@v + @i) with relaxed ordering.
541 * Atomically updates @v to (@v + @i) with full ordering.
568 * Atomically updates @v to (@v + @i) with acquire ordering.
595 * Atomically updates @v to (@v + @i) with release ordering.
621 * Atomically updates @v to (@v + @i) with relaxed ordering.
644 * Atomically updates @v to (@v + @i) with full ordering.
671 * Atomically updates @v to (@v + @i) with acquire ordering.
698 * Atomically updates @v to (@v + @i) with release ordering.
724 * Atomically updates @v to (@v + @i) with relaxed ordering.
747 * Atomically updates @v to (@v - @i) with relaxed ordering.
764 * Atomically updates @v to (@v - @i) with full ordering.
791 * Atomically updates @v to (@v - @i) with acquire ordering.
818 * Atomically updates @v to (@v - @i) with release ordering.
844 * Atomically updates @v to (@v - @i) with relaxed ordering.
867 * Atomically updates @v to (@v - @i) with full ordering.
894 * Atomically updates @v to (@v - @i) with acquire ordering.
921 * Atomically updates @v to (@v - @i) with release ordering.
947 * Atomically updates @v to (@v - @i) with relaxed ordering.
969 * Atomically updates @v to (@v + 1) with relaxed ordering.
989 * Atomically updates @v to (@v + 1) with full ordering.
1015 * Atomically updates @v to (@v + 1) with acquire ordering.
1041 * Atomically updates @v to (@v + 1) with release ordering.
1066 * Atomically updates @v to (@v + 1) with relaxed ordering.
1088 * Atomically updates @v to (@v + 1) with full ordering.
1114 * Atomically updates @v to (@v + 1) with acquire ordering.
1140 * Atomically updates @v to (@v + 1) with release ordering.
1165 * Atomically updates @v to (@v + 1) with relaxed ordering.
1187 * Atomically updates @v to (@v - 1) with relaxed ordering.
1207 * Atomically updates @v to (@v - 1) with full ordering.
1233 * Atomically updates @v to (@v - 1) with acquire ordering.
1259 * Atomically updates @v to (@v - 1) with release ordering.
1284 * Atomically updates @v to (@v - 1) with relaxed ordering.
1306 * Atomically updates @v to (@v - 1) with full ordering.
1332 * Atomically updates @v to (@v - 1) with acquire ordering.
1358 * Atomically updates @v to (@v - 1) with release ordering.
1383 * Atomically updates @v to (@v - 1) with relaxed ordering.
1406 * Atomically updates @v to (@v & @i) with relaxed ordering.
1423 * Atomically updates @v to (@v & @i) with full ordering.
1450 * Atomically updates @v to (@v & @i) with acquire ordering.
1477 * Atomically updates @v to (@v & @i) with release ordering.
1503 * Atomically updates @v to (@v & @i) with relaxed ordering.
1526 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
1547 * Atomically updates @v to (@v & ~@i) with full ordering.
1574 * Atomically updates @v to (@v & ~@i) with acquire ordering.
1601 * Atomically updates @v to (@v & ~@i) with release ordering.
1627 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
1650 * Atomically updates @v to (@v | @i) with relaxed ordering.
1667 * Atomically updates @v to (@v | @i) with full ordering.
1694 * Atomically updates @v to (@v | @i) with acquire ordering.
1721 * Atomically updates @v to (@v | @i) with release ordering.
1747 * Atomically updates @v to (@v | @i) with relaxed ordering.
1770 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
1787 * Atomically updates @v to (@v ^ @i) with full ordering.
1814 * Atomically updates @v to (@v ^ @i) with acquire ordering.
1841 * Atomically updates @v to (@v ^ @i) with release ordering.
1867 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
1890 * Atomically updates @v to @new with full ordering.
1917 * Atomically updates @v to @new with acquire ordering.
1944 * Atomically updates @v to @new with release ordering.
1970 * Atomically updates @v to @new with relaxed ordering.
1994 * If (@v == @old), atomically updates @v to @new with full ordering.
2022 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2050 * If (@v == @old), atomically updates @v to @new with release ordering.
2077 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2101 * If (@v == @old), atomically updates @v to @new with full ordering.
2102 * Otherwise, updates @old to the current value of @v.
2134 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2135 * Otherwise, updates @old to the current value of @v.
2167 * If (@v == @old), atomically updates @v to @new with release ordering.
2168 * Otherwise, updates @old to the current value of @v.
2199 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2200 * Otherwise, updates @old to the current value of @v.
2227 * Atomically updates @v to (@v - @i) with full ordering.
2247 * Atomically updates @v to (@v - 1) with full ordering.
2267 * Atomically updates @v to (@v + 1) with full ordering.
2288 * Atomically updates @v to (@v + @i) with full ordering.
2315 * Atomically updates @v to (@v + @i) with acquire ordering.
2342 * Atomically updates @v to (@v + @i) with release ordering.
2368 * Atomically updates @v to (@v + @i) with relaxed ordering.
2392 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
2421 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
2441 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
2461 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
2488 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
2515 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.
2636 * Atomically updates @v to (@v + @i) with relaxed ordering.
2653 * Atomically updates @v to (@v + @i) with full ordering.
2680 * Atomically updates @v to (@v + @i) with acquire ordering.
2707 * Atomically updates @v to (@v + @i) with release ordering.
2733 * Atomically updates @v to (@v + @i) with relaxed ordering.
2756 * Atomically updates @v to (@v + @i) with full ordering.
2783 * Atomically updates @v to (@v + @i) with acquire ordering.
2810 * Atomically updates @v to (@v + @i) with release ordering.
2836 * Atomically updates @v to (@v + @i) with relaxed ordering.
2859 * Atomically updates @v to (@v - @i) with relaxed ordering.
2876 * Atomically updates @v to (@v - @i) with full ordering.
2903 * Atomically updates @v to (@v - @i) with acquire ordering.
2930 * Atomically updates @v to (@v - @i) with release ordering.
2956 * Atomically updates @v to (@v - @i) with relaxed ordering.
2979 * Atomically updates @v to (@v - @i) with full ordering.
3006 * Atomically updates @v to (@v - @i) with acquire ordering.
3033 * Atomically updates @v to (@v - @i) with release ordering.
3059 * Atomically updates @v to (@v - @i) with relaxed ordering.
3081 * Atomically updates @v to (@v + 1) with relaxed ordering.
3101 * Atomically updates @v to (@v + 1) with full ordering.
3127 * Atomically updates @v to (@v + 1) with acquire ordering.
3153 * Atomically updates @v to (@v + 1) with release ordering.
3178 * Atomically updates @v to (@v + 1) with relaxed ordering.
3200 * Atomically updates @v to (@v + 1) with full ordering.
3226 * Atomically updates @v to (@v + 1) with acquire ordering.
3252 * Atomically updates @v to (@v + 1) with release ordering.
3277 * Atomically updates @v to (@v + 1) with relaxed ordering.
3299 * Atomically updates @v to (@v - 1) with relaxed ordering.
3319 * Atomically updates @v to (@v - 1) with full ordering.
3345 * Atomically updates @v to (@v - 1) with acquire ordering.
3371 * Atomically updates @v to (@v - 1) with release ordering.
3396 * Atomically updates @v to (@v - 1) with relaxed ordering.
3418 * Atomically updates @v to (@v - 1) with full ordering.
3444 * Atomically updates @v to (@v - 1) with acquire ordering.
3470 * Atomically updates @v to (@v - 1) with release ordering.
3495 * Atomically updates @v to (@v - 1) with relaxed ordering.
3518 * Atomically updates @v to (@v & @i) with relaxed ordering.
3535 * Atomically updates @v to (@v & @i) with full ordering.
3562 * Atomically updates @v to (@v & @i) with acquire ordering.
3589 * Atomically updates @v to (@v & @i) with release ordering.
3615 * Atomically updates @v to (@v & @i) with relaxed ordering.
3638 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
3659 * Atomically updates @v to (@v & ~@i) with full ordering.
3686 * Atomically updates @v to (@v & ~@i) with acquire ordering.
3713 * Atomically updates @v to (@v & ~@i) with release ordering.
3739 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
3762 * Atomically updates @v to (@v | @i) with relaxed ordering.
3779 * Atomically updates @v to (@v | @i) with full ordering.
3806 * Atomically updates @v to (@v | @i) with acquire ordering.
3833 * Atomically updates @v to (@v | @i) with release ordering.
3859 * Atomically updates @v to (@v | @i) with relaxed ordering.
3882 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
3899 * Atomically updates @v to (@v ^ @i) with full ordering.
3926 * Atomically updates @v to (@v ^ @i) with acquire ordering.
3953 * Atomically updates @v to (@v ^ @i) with release ordering.
3979 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
4002 * Atomically updates @v to @new with full ordering.
4029 * Atomically updates @v to @new with acquire ordering.
4056 * Atomically updates @v to @new with release ordering.
4082 * Atomically updates @v to @new with relaxed ordering.
4106 * If (@v == @old), atomically updates @v to @new with full ordering.
4134 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4162 * If (@v == @old), atomically updates @v to @new with release ordering.
4189 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4213 * If (@v == @old), atomically updates @v to @new with full ordering.
4214 * Otherwise, updates @old to the current value of @v.
4246 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4247 * Otherwise, updates @old to the current value of @v.
4279 * If (@v == @old), atomically updates @v to @new with release ordering.
4280 * Otherwise, updates @old to the current value of @v.
4311 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4312 * Otherwise, updates @old to the current value of @v.
4339 * Atomically updates @v to (@v - @i) with full ordering.
4359 * Atomically updates @v to (@v - 1) with full ordering.
4379 * Atomically updates @v to (@v + 1) with full ordering.
4400 * Atomically updates @v to (@v + @i) with full ordering.
4427 * Atomically updates @v to (@v + @i) with acquire ordering.
4454 * Atomically updates @v to (@v + @i) with release ordering.
4480 * Atomically updates @v to (@v + @i) with relaxed ordering.
4504 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4533 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4553 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
4573 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
4600 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
4627 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.