Lines Matching full:updates
537 * Atomically updates @v to (@v + @i) with relaxed ordering.
554 * Atomically updates @v to (@v + @i) with full ordering.
581 * Atomically updates @v to (@v + @i) with acquire ordering.
608 * Atomically updates @v to (@v + @i) with release ordering.
634 * Atomically updates @v to (@v + @i) with relaxed ordering.
657 * Atomically updates @v to (@v + @i) with full ordering.
684 * Atomically updates @v to (@v + @i) with acquire ordering.
711 * Atomically updates @v to (@v + @i) with release ordering.
737 * Atomically updates @v to (@v + @i) with relaxed ordering.
760 * Atomically updates @v to (@v - @i) with relaxed ordering.
777 * Atomically updates @v to (@v - @i) with full ordering.
804 * Atomically updates @v to (@v - @i) with acquire ordering.
831 * Atomically updates @v to (@v - @i) with release ordering.
857 * Atomically updates @v to (@v - @i) with relaxed ordering.
880 * Atomically updates @v to (@v - @i) with full ordering.
907 * Atomically updates @v to (@v - @i) with acquire ordering.
934 * Atomically updates @v to (@v - @i) with release ordering.
960 * Atomically updates @v to (@v - @i) with relaxed ordering.
982 * Atomically updates @v to (@v + 1) with relaxed ordering.
1002 * Atomically updates @v to (@v + 1) with full ordering.
1028 * Atomically updates @v to (@v + 1) with acquire ordering.
1054 * Atomically updates @v to (@v + 1) with release ordering.
1079 * Atomically updates @v to (@v + 1) with relaxed ordering.
1101 * Atomically updates @v to (@v + 1) with full ordering.
1127 * Atomically updates @v to (@v + 1) with acquire ordering.
1153 * Atomically updates @v to (@v + 1) with release ordering.
1178 * Atomically updates @v to (@v + 1) with relaxed ordering.
1200 * Atomically updates @v to (@v - 1) with relaxed ordering.
1220 * Atomically updates @v to (@v - 1) with full ordering.
1246 * Atomically updates @v to (@v - 1) with acquire ordering.
1272 * Atomically updates @v to (@v - 1) with release ordering.
1297 * Atomically updates @v to (@v - 1) with relaxed ordering.
1319 * Atomically updates @v to (@v - 1) with full ordering.
1345 * Atomically updates @v to (@v - 1) with acquire ordering.
1371 * Atomically updates @v to (@v - 1) with release ordering.
1396 * Atomically updates @v to (@v - 1) with relaxed ordering.
1419 * Atomically updates @v to (@v & @i) with relaxed ordering.
1436 * Atomically updates @v to (@v & @i) with full ordering.
1463 * Atomically updates @v to (@v & @i) with acquire ordering.
1490 * Atomically updates @v to (@v & @i) with release ordering.
1516 * Atomically updates @v to (@v & @i) with relaxed ordering.
1539 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
1560 * Atomically updates @v to (@v & ~@i) with full ordering.
1587 * Atomically updates @v to (@v & ~@i) with acquire ordering.
1614 * Atomically updates @v to (@v & ~@i) with release ordering.
1640 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
1663 * Atomically updates @v to (@v | @i) with relaxed ordering.
1680 * Atomically updates @v to (@v | @i) with full ordering.
1707 * Atomically updates @v to (@v | @i) with acquire ordering.
1734 * Atomically updates @v to (@v | @i) with release ordering.
1760 * Atomically updates @v to (@v | @i) with relaxed ordering.
1783 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
1800 * Atomically updates @v to (@v ^ @i) with full ordering.
1827 * Atomically updates @v to (@v ^ @i) with acquire ordering.
1854 * Atomically updates @v to (@v ^ @i) with release ordering.
1880 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
1903 * Atomically updates @v to @new with full ordering.
1930 * Atomically updates @v to @new with acquire ordering.
1957 * Atomically updates @v to @new with release ordering.
1983 * Atomically updates @v to @new with relaxed ordering.
2007 * If (@v == @old), atomically updates @v to @new with full ordering.
2035 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2063 * If (@v == @old), atomically updates @v to @new with release ordering.
2090 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2114 * If (@v == @old), atomically updates @v to @new with full ordering.
2115 * Otherwise, updates @old to the current value of @v.
2147 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2148 * Otherwise, updates @old to the current value of @v.
2180 * If (@v == @old), atomically updates @v to @new with release ordering.
2181 * Otherwise, updates @old to the current value of @v.
2212 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2213 * Otherwise, updates @old to the current value of @v.
2240 * Atomically updates @v to (@v - @i) with full ordering.
2260 * Atomically updates @v to (@v - 1) with full ordering.
2280 * Atomically updates @v to (@v + 1) with full ordering.
2301 * Atomically updates @v to (@v + @i) with full ordering.
2328 * Atomically updates @v to (@v + @i) with acquire ordering.
2355 * Atomically updates @v to (@v + @i) with release ordering.
2381 * Atomically updates @v to (@v + @i) with relaxed ordering.
2405 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
2434 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
2454 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
2474 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
2501 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
2528 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.
2649 * Atomically updates @v to (@v + @i) with relaxed ordering.
2666 * Atomically updates @v to (@v + @i) with full ordering.
2693 * Atomically updates @v to (@v + @i) with acquire ordering.
2720 * Atomically updates @v to (@v + @i) with release ordering.
2746 * Atomically updates @v to (@v + @i) with relaxed ordering.
2769 * Atomically updates @v to (@v + @i) with full ordering.
2796 * Atomically updates @v to (@v + @i) with acquire ordering.
2823 * Atomically updates @v to (@v + @i) with release ordering.
2849 * Atomically updates @v to (@v + @i) with relaxed ordering.
2872 * Atomically updates @v to (@v - @i) with relaxed ordering.
2889 * Atomically updates @v to (@v - @i) with full ordering.
2916 * Atomically updates @v to (@v - @i) with acquire ordering.
2943 * Atomically updates @v to (@v - @i) with release ordering.
2969 * Atomically updates @v to (@v - @i) with relaxed ordering.
2992 * Atomically updates @v to (@v - @i) with full ordering.
3019 * Atomically updates @v to (@v - @i) with acquire ordering.
3046 * Atomically updates @v to (@v - @i) with release ordering.
3072 * Atomically updates @v to (@v - @i) with relaxed ordering.
3094 * Atomically updates @v to (@v + 1) with relaxed ordering.
3114 * Atomically updates @v to (@v + 1) with full ordering.
3140 * Atomically updates @v to (@v + 1) with acquire ordering.
3166 * Atomically updates @v to (@v + 1) with release ordering.
3191 * Atomically updates @v to (@v + 1) with relaxed ordering.
3213 * Atomically updates @v to (@v + 1) with full ordering.
3239 * Atomically updates @v to (@v + 1) with acquire ordering.
3265 * Atomically updates @v to (@v + 1) with release ordering.
3290 * Atomically updates @v to (@v + 1) with relaxed ordering.
3312 * Atomically updates @v to (@v - 1) with relaxed ordering.
3332 * Atomically updates @v to (@v - 1) with full ordering.
3358 * Atomically updates @v to (@v - 1) with acquire ordering.
3384 * Atomically updates @v to (@v - 1) with release ordering.
3409 * Atomically updates @v to (@v - 1) with relaxed ordering.
3431 * Atomically updates @v to (@v - 1) with full ordering.
3457 * Atomically updates @v to (@v - 1) with acquire ordering.
3483 * Atomically updates @v to (@v - 1) with release ordering.
3508 * Atomically updates @v to (@v - 1) with relaxed ordering.
3531 * Atomically updates @v to (@v & @i) with relaxed ordering.
3548 * Atomically updates @v to (@v & @i) with full ordering.
3575 * Atomically updates @v to (@v & @i) with acquire ordering.
3602 * Atomically updates @v to (@v & @i) with release ordering.
3628 * Atomically updates @v to (@v & @i) with relaxed ordering.
3651 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
3672 * Atomically updates @v to (@v & ~@i) with full ordering.
3699 * Atomically updates @v to (@v & ~@i) with acquire ordering.
3726 * Atomically updates @v to (@v & ~@i) with release ordering.
3752 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
3775 * Atomically updates @v to (@v | @i) with relaxed ordering.
3792 * Atomically updates @v to (@v | @i) with full ordering.
3819 * Atomically updates @v to (@v | @i) with acquire ordering.
3846 * Atomically updates @v to (@v | @i) with release ordering.
3872 * Atomically updates @v to (@v | @i) with relaxed ordering.
3895 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
3912 * Atomically updates @v to (@v ^ @i) with full ordering.
3939 * Atomically updates @v to (@v ^ @i) with acquire ordering.
3966 * Atomically updates @v to (@v ^ @i) with release ordering.
3992 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
4015 * Atomically updates @v to @new with full ordering.
4042 * Atomically updates @v to @new with acquire ordering.
4069 * Atomically updates @v to @new with release ordering.
4095 * Atomically updates @v to @new with relaxed ordering.
4119 * If (@v == @old), atomically updates @v to @new with full ordering.
4147 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4175 * If (@v == @old), atomically updates @v to @new with release ordering.
4202 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4226 * If (@v == @old), atomically updates @v to @new with full ordering.
4227 * Otherwise, updates @old to the current value of @v.
4259 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4260 * Otherwise, updates @old to the current value of @v.
4292 * If (@v == @old), atomically updates @v to @new with release ordering.
4293 * Otherwise, updates @old to the current value of @v.
4324 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4325 * Otherwise, updates @old to the current value of @v.
4352 * Atomically updates @v to (@v - @i) with full ordering.
4372 * Atomically updates @v to (@v - 1) with full ordering.
4392 * Atomically updates @v to (@v + 1) with full ordering.
4413 * Atomically updates @v to (@v + @i) with full ordering.
4440 * Atomically updates @v to (@v + @i) with acquire ordering.
4467 * Atomically updates @v to (@v + @i) with release ordering.
4493 * Atomically updates @v to (@v + @i) with relaxed ordering.
4517 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4546 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4566 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
4586 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
4613 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
4640 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.