Lines Matching full:updates

95  * Atomically updates @v to (@v + @i) with relaxed ordering.
113 * Atomically updates @v to (@v + @i) with full ordering.
132 * Atomically updates @v to (@v + @i) with acquire ordering.
150 * Atomically updates @v to (@v + @i) with release ordering.
169 * Atomically updates @v to (@v + @i) with relaxed ordering.
187 * Atomically updates @v to (@v + @i) with full ordering.
206 * Atomically updates @v to (@v + @i) with acquire ordering.
224 * Atomically updates @v to (@v + @i) with release ordering.
243 * Atomically updates @v to (@v + @i) with relaxed ordering.
261 * Atomically updates @v to (@v - @i) with relaxed ordering.
279 * Atomically updates @v to (@v - @i) with full ordering.
298 * Atomically updates @v to (@v - @i) with acquire ordering.
316 * Atomically updates @v to (@v - @i) with release ordering.
335 * Atomically updates @v to (@v - @i) with relaxed ordering.
353 * Atomically updates @v to (@v - @i) with full ordering.
372 * Atomically updates @v to (@v - @i) with acquire ordering.
390 * Atomically updates @v to (@v - @i) with release ordering.
409 * Atomically updates @v to (@v - @i) with relaxed ordering.
426 * Atomically updates @v to (@v + 1) with relaxed ordering.
443 * Atomically updates @v to (@v + 1) with full ordering.
461 * Atomically updates @v to (@v + 1) with acquire ordering.
478 * Atomically updates @v to (@v + 1) with release ordering.
496 * Atomically updates @v to (@v + 1) with relaxed ordering.
513 * Atomically updates @v to (@v + 1) with full ordering.
531 * Atomically updates @v to (@v + 1) with acquire ordering.
548 * Atomically updates @v to (@v + 1) with release ordering.
566 * Atomically updates @v to (@v + 1) with relaxed ordering.
583 * Atomically updates @v to (@v - 1) with relaxed ordering.
600 * Atomically updates @v to (@v - 1) with full ordering.
618 * Atomically updates @v to (@v - 1) with acquire ordering.
635 * Atomically updates @v to (@v - 1) with release ordering.
653 * Atomically updates @v to (@v - 1) with relaxed ordering.
670 * Atomically updates @v to (@v - 1) with full ordering.
688 * Atomically updates @v to (@v - 1) with acquire ordering.
705 * Atomically updates @v to (@v - 1) with release ordering.
723 * Atomically updates @v to (@v - 1) with relaxed ordering.
741 * Atomically updates @v to (@v & @i) with relaxed ordering.
759 * Atomically updates @v to (@v & @i) with full ordering.
778 * Atomically updates @v to (@v & @i) with acquire ordering.
796 * Atomically updates @v to (@v & @i) with release ordering.
815 * Atomically updates @v to (@v & @i) with relaxed ordering.
833 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
851 * Atomically updates @v to (@v & ~@i) with full ordering.
870 * Atomically updates @v to (@v & ~@i) with acquire ordering.
888 * Atomically updates @v to (@v & ~@i) with release ordering.
907 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
925 * Atomically updates @v to (@v | @i) with relaxed ordering.
943 * Atomically updates @v to (@v | @i) with full ordering.
962 * Atomically updates @v to (@v | @i) with acquire ordering.
980 * Atomically updates @v to (@v | @i) with release ordering.
999 * Atomically updates @v to (@v | @i) with relaxed ordering.
1017 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
1035 * Atomically updates @v to (@v ^ @i) with full ordering.
1054 * Atomically updates @v to (@v ^ @i) with acquire ordering.
1072 * Atomically updates @v to (@v ^ @i) with release ordering.
1091 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
1109 * Atomically updates @v to @new with full ordering.
1128 * Atomically updates @v to @new with acquire ordering.
1146 * Atomically updates @v to @new with release ordering.
1165 * Atomically updates @v to @new with relaxed ordering.
1184 * If (@v == @old), atomically updates @v to @new with full ordering.
1204 * If (@v == @old), atomically updates @v to @new with acquire ordering.
1223 * If (@v == @old), atomically updates @v to @new with release ordering.
1243 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
1262 * If (@v == @old), atomically updates @v to @new with full ordering.
1263 * Otherwise, updates @old to the current value of @v.
1284 * If (@v == @old), atomically updates @v to @new with acquire ordering.
1285 * Otherwise, updates @old to the current value of @v.
1305 * If (@v == @old), atomically updates @v to @new with release ordering.
1306 * Otherwise, updates @old to the current value of @v.
1327 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
1328 * Otherwise, updates @old to the current value of @v.
1347 * Atomically updates @v to (@v - @i) with full ordering.
1365 * Atomically updates @v to (@v - 1) with full ordering.
1383 * Atomically updates @v to (@v + 1) with full ordering.
1402 * Atomically updates @v to (@v + @i) with full ordering.
1421 * Atomically updates @v to (@v + @i) with acquire ordering.
1439 * Atomically updates @v to (@v + @i) with release ordering.
1458 * Atomically updates @v to (@v + @i) with relaxed ordering.
1477 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
1497 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
1515 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
1533 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
1551 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
1569 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.
1659 * Atomically updates @v to (@v + @i) with relaxed ordering.
1677 * Atomically updates @v to (@v + @i) with full ordering.
1696 * Atomically updates @v to (@v + @i) with acquire ordering.
1714 * Atomically updates @v to (@v + @i) with release ordering.
1733 * Atomically updates @v to (@v + @i) with relaxed ordering.
1751 * Atomically updates @v to (@v + @i) with full ordering.
1770 * Atomically updates @v to (@v + @i) with acquire ordering.
1788 * Atomically updates @v to (@v + @i) with release ordering.
1807 * Atomically updates @v to (@v + @i) with relaxed ordering.
1825 * Atomically updates @v to (@v - @i) with relaxed ordering.
1843 * Atomically updates @v to (@v - @i) with full ordering.
1862 * Atomically updates @v to (@v - @i) with acquire ordering.
1880 * Atomically updates @v to (@v - @i) with release ordering.
1899 * Atomically updates @v to (@v - @i) with relaxed ordering.
1917 * Atomically updates @v to (@v - @i) with full ordering.
1936 * Atomically updates @v to (@v - @i) with acquire ordering.
1954 * Atomically updates @v to (@v - @i) with release ordering.
1973 * Atomically updates @v to (@v - @i) with relaxed ordering.
1990 * Atomically updates @v to (@v + 1) with relaxed ordering.
2007 * Atomically updates @v to (@v + 1) with full ordering.
2025 * Atomically updates @v to (@v + 1) with acquire ordering.
2042 * Atomically updates @v to (@v + 1) with release ordering.
2060 * Atomically updates @v to (@v + 1) with relaxed ordering.
2077 * Atomically updates @v to (@v + 1) with full ordering.
2095 * Atomically updates @v to (@v + 1) with acquire ordering.
2112 * Atomically updates @v to (@v + 1) with release ordering.
2130 * Atomically updates @v to (@v + 1) with relaxed ordering.
2147 * Atomically updates @v to (@v - 1) with relaxed ordering.
2164 * Atomically updates @v to (@v - 1) with full ordering.
2182 * Atomically updates @v to (@v - 1) with acquire ordering.
2199 * Atomically updates @v to (@v - 1) with release ordering.
2217 * Atomically updates @v to (@v - 1) with relaxed ordering.
2234 * Atomically updates @v to (@v - 1) with full ordering.
2252 * Atomically updates @v to (@v - 1) with acquire ordering.
2269 * Atomically updates @v to (@v - 1) with release ordering.
2287 * Atomically updates @v to (@v - 1) with relaxed ordering.
2305 * Atomically updates @v to (@v & @i) with relaxed ordering.
2323 * Atomically updates @v to (@v & @i) with full ordering.
2342 * Atomically updates @v to (@v & @i) with acquire ordering.
2360 * Atomically updates @v to (@v & @i) with release ordering.
2379 * Atomically updates @v to (@v & @i) with relaxed ordering.
2397 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
2415 * Atomically updates @v to (@v & ~@i) with full ordering.
2434 * Atomically updates @v to (@v & ~@i) with acquire ordering.
2452 * Atomically updates @v to (@v & ~@i) with release ordering.
2471 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
2489 * Atomically updates @v to (@v | @i) with relaxed ordering.
2507 * Atomically updates @v to (@v | @i) with full ordering.
2526 * Atomically updates @v to (@v | @i) with acquire ordering.
2544 * Atomically updates @v to (@v | @i) with release ordering.
2563 * Atomically updates @v to (@v | @i) with relaxed ordering.
2581 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
2599 * Atomically updates @v to (@v ^ @i) with full ordering.
2618 * Atomically updates @v to (@v ^ @i) with acquire ordering.
2636 * Atomically updates @v to (@v ^ @i) with release ordering.
2655 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
2673 * Atomically updates @v to @new with full ordering.
2692 * Atomically updates @v to @new with acquire ordering.
2710 * Atomically updates @v to @new with release ordering.
2729 * Atomically updates @v to @new with relaxed ordering.
2748 * If (@v == @old), atomically updates @v to @new with full ordering.
2768 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2787 * If (@v == @old), atomically updates @v to @new with release ordering.
2807 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2826 * If (@v == @old), atomically updates @v to @new with full ordering.
2827 * Otherwise, updates @old to the current value of @v.
2848 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2849 * Otherwise, updates @old to the current value of @v.
2869 * If (@v == @old), atomically updates @v to @new with release ordering.
2870 * Otherwise, updates @old to the current value of @v.
2891 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2892 * Otherwise, updates @old to the current value of @v.
2911 * Atomically updates @v to (@v - @i) with full ordering.
2929 * Atomically updates @v to (@v - 1) with full ordering.
2947 * Atomically updates @v to (@v + 1) with full ordering.
2966 * Atomically updates @v to (@v + @i) with full ordering.
2985 * Atomically updates @v to (@v + @i) with acquire ordering.
3003 * Atomically updates @v to (@v + @i) with release ordering.
3022 * Atomically updates @v to (@v + @i) with relaxed ordering.
3041 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
3061 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
3079 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
3097 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
3115 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
3133 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.
3223 * Atomically updates @v to (@v + @i) with relaxed ordering.
3241 * Atomically updates @v to (@v + @i) with full ordering.
3260 * Atomically updates @v to (@v + @i) with acquire ordering.
3278 * Atomically updates @v to (@v + @i) with release ordering.
3297 * Atomically updates @v to (@v + @i) with relaxed ordering.
3315 * Atomically updates @v to (@v + @i) with full ordering.
3334 * Atomically updates @v to (@v + @i) with acquire ordering.
3352 * Atomically updates @v to (@v + @i) with release ordering.
3371 * Atomically updates @v to (@v + @i) with relaxed ordering.
3389 * Atomically updates @v to (@v - @i) with relaxed ordering.
3407 * Atomically updates @v to (@v - @i) with full ordering.
3426 * Atomically updates @v to (@v - @i) with acquire ordering.
3444 * Atomically updates @v to (@v - @i) with release ordering.
3463 * Atomically updates @v to (@v - @i) with relaxed ordering.
3481 * Atomically updates @v to (@v - @i) with full ordering.
3500 * Atomically updates @v to (@v - @i) with acquire ordering.
3518 * Atomically updates @v to (@v - @i) with release ordering.
3537 * Atomically updates @v to (@v - @i) with relaxed ordering.
3554 * Atomically updates @v to (@v + 1) with relaxed ordering.
3571 * Atomically updates @v to (@v + 1) with full ordering.
3589 * Atomically updates @v to (@v + 1) with acquire ordering.
3606 * Atomically updates @v to (@v + 1) with release ordering.
3624 * Atomically updates @v to (@v + 1) with relaxed ordering.
3641 * Atomically updates @v to (@v + 1) with full ordering.
3659 * Atomically updates @v to (@v + 1) with acquire ordering.
3676 * Atomically updates @v to (@v + 1) with release ordering.
3694 * Atomically updates @v to (@v + 1) with relaxed ordering.
3711 * Atomically updates @v to (@v - 1) with relaxed ordering.
3728 * Atomically updates @v to (@v - 1) with full ordering.
3746 * Atomically updates @v to (@v - 1) with acquire ordering.
3763 * Atomically updates @v to (@v - 1) with release ordering.
3781 * Atomically updates @v to (@v - 1) with relaxed ordering.
3798 * Atomically updates @v to (@v - 1) with full ordering.
3816 * Atomically updates @v to (@v - 1) with acquire ordering.
3833 * Atomically updates @v to (@v - 1) with release ordering.
3851 * Atomically updates @v to (@v - 1) with relaxed ordering.
3869 * Atomically updates @v to (@v & @i) with relaxed ordering.
3887 * Atomically updates @v to (@v & @i) with full ordering.
3906 * Atomically updates @v to (@v & @i) with acquire ordering.
3924 * Atomically updates @v to (@v & @i) with release ordering.
3943 * Atomically updates @v to (@v & @i) with relaxed ordering.
3961 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
3979 * Atomically updates @v to (@v & ~@i) with full ordering.
3998 * Atomically updates @v to (@v & ~@i) with acquire ordering.
4016 * Atomically updates @v to (@v & ~@i) with release ordering.
4035 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
4053 * Atomically updates @v to (@v | @i) with relaxed ordering.
4071 * Atomically updates @v to (@v | @i) with full ordering.
4090 * Atomically updates @v to (@v | @i) with acquire ordering.
4108 * Atomically updates @v to (@v | @i) with release ordering.
4127 * Atomically updates @v to (@v | @i) with relaxed ordering.
4145 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
4163 * Atomically updates @v to (@v ^ @i) with full ordering.
4182 * Atomically updates @v to (@v ^ @i) with acquire ordering.
4200 * Atomically updates @v to (@v ^ @i) with release ordering.
4219 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
4237 * Atomically updates @v to @new with full ordering.
4256 * Atomically updates @v to @new with acquire ordering.
4274 * Atomically updates @v to @new with release ordering.
4293 * Atomically updates @v to @new with relaxed ordering.
4312 * If (@v == @old), atomically updates @v to @new with full ordering.
4332 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4351 * If (@v == @old), atomically updates @v to @new with release ordering.
4371 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4390 * If (@v == @old), atomically updates @v to @new with full ordering.
4391 * Otherwise, updates @old to the current value of @v.
4412 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4413 * Otherwise, updates @old to the current value of @v.
4433 * If (@v == @old), atomically updates @v to @new with release ordering.
4434 * Otherwise, updates @old to the current value of @v.
4455 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4456 * Otherwise, updates @old to the current value of @v.
4475 * Atomically updates @v to (@v - @i) with full ordering.
4493 * Atomically updates @v to (@v - 1) with full ordering.
4511 * Atomically updates @v to (@v + 1) with full ordering.
4530 * Atomically updates @v to (@v + @i) with full ordering.
4549 * Atomically updates @v to (@v + @i) with acquire ordering.
4567 * Atomically updates @v to (@v + @i) with release ordering.
4586 * Atomically updates @v to (@v + @i) with relaxed ordering.
4605 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4625 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4643 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
4661 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
4679 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
4697 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.