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.
1205 * If (@v == @old), atomically updates @v to @new with acquire ordering.
1225 * If (@v == @old), atomically updates @v to @new with release ordering.
1246 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
1266 * If (@v == @old), atomically updates @v to @new with full ordering.
1289 * If (@v == @old), atomically updates @v to @new with acquire ordering.
1311 * If (@v == @old), atomically updates @v to @new with release ordering.
1334 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
1355 * Atomically updates @v to (@v - @i) with full ordering.
1373 * Atomically updates @v to (@v - 1) with full ordering.
1391 * Atomically updates @v to (@v + 1) with full ordering.
1410 * Atomically updates @v to (@v + @i) with full ordering.
1429 * Atomically updates @v to (@v + @i) with acquire ordering.
1447 * Atomically updates @v to (@v + @i) with release ordering.
1466 * Atomically updates @v to (@v + @i) with relaxed ordering.
1485 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
1506 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
1525 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
1544 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
1563 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
1582 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.
1673 * Atomically updates @v to (@v + @i) with relaxed ordering.
1691 * Atomically updates @v to (@v + @i) with full ordering.
1710 * Atomically updates @v to (@v + @i) with acquire ordering.
1728 * Atomically updates @v to (@v + @i) with release ordering.
1747 * Atomically updates @v to (@v + @i) with relaxed ordering.
1765 * Atomically updates @v to (@v + @i) with full ordering.
1784 * Atomically updates @v to (@v + @i) with acquire ordering.
1802 * Atomically updates @v to (@v + @i) with release ordering.
1821 * Atomically updates @v to (@v + @i) with relaxed ordering.
1839 * Atomically updates @v to (@v - @i) with relaxed ordering.
1857 * Atomically updates @v to (@v - @i) with full ordering.
1876 * Atomically updates @v to (@v - @i) with acquire ordering.
1894 * Atomically updates @v to (@v - @i) with release ordering.
1913 * Atomically updates @v to (@v - @i) with relaxed ordering.
1931 * Atomically updates @v to (@v - @i) with full ordering.
1950 * Atomically updates @v to (@v - @i) with acquire ordering.
1968 * Atomically updates @v to (@v - @i) with release ordering.
1987 * Atomically updates @v to (@v - @i) with relaxed ordering.
2004 * Atomically updates @v to (@v + 1) with relaxed ordering.
2021 * Atomically updates @v to (@v + 1) with full ordering.
2039 * Atomically updates @v to (@v + 1) with acquire ordering.
2056 * Atomically updates @v to (@v + 1) with release ordering.
2074 * Atomically updates @v to (@v + 1) with relaxed ordering.
2091 * Atomically updates @v to (@v + 1) with full ordering.
2109 * Atomically updates @v to (@v + 1) with acquire ordering.
2126 * Atomically updates @v to (@v + 1) with release ordering.
2144 * Atomically updates @v to (@v + 1) with relaxed ordering.
2161 * Atomically updates @v to (@v - 1) with relaxed ordering.
2178 * Atomically updates @v to (@v - 1) with full ordering.
2196 * Atomically updates @v to (@v - 1) with acquire ordering.
2213 * Atomically updates @v to (@v - 1) with release ordering.
2231 * Atomically updates @v to (@v - 1) with relaxed ordering.
2248 * Atomically updates @v to (@v - 1) with full ordering.
2266 * Atomically updates @v to (@v - 1) with acquire ordering.
2283 * Atomically updates @v to (@v - 1) with release ordering.
2301 * Atomically updates @v to (@v - 1) with relaxed ordering.
2319 * Atomically updates @v to (@v & @i) with relaxed ordering.
2337 * Atomically updates @v to (@v & @i) with full ordering.
2356 * Atomically updates @v to (@v & @i) with acquire ordering.
2374 * Atomically updates @v to (@v & @i) with release ordering.
2393 * Atomically updates @v to (@v & @i) with relaxed ordering.
2411 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
2429 * Atomically updates @v to (@v & ~@i) with full ordering.
2448 * Atomically updates @v to (@v & ~@i) with acquire ordering.
2466 * Atomically updates @v to (@v & ~@i) with release ordering.
2485 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
2503 * Atomically updates @v to (@v | @i) with relaxed ordering.
2521 * Atomically updates @v to (@v | @i) with full ordering.
2540 * Atomically updates @v to (@v | @i) with acquire ordering.
2558 * Atomically updates @v to (@v | @i) with release ordering.
2577 * Atomically updates @v to (@v | @i) with relaxed ordering.
2595 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
2613 * Atomically updates @v to (@v ^ @i) with full ordering.
2632 * Atomically updates @v to (@v ^ @i) with acquire ordering.
2650 * Atomically updates @v to (@v ^ @i) with release ordering.
2669 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
2687 * Atomically updates @v to @new with full ordering.
2706 * Atomically updates @v to @new with acquire ordering.
2724 * Atomically updates @v to @new with release ordering.
2743 * Atomically updates @v to @new with relaxed ordering.
2762 * If (@v == @old), atomically updates @v to @new with full ordering.
2783 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2803 * If (@v == @old), atomically updates @v to @new with release ordering.
2824 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2844 * If (@v == @old), atomically updates @v to @new with full ordering.
2867 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2889 * If (@v == @old), atomically updates @v to @new with release ordering.
2912 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2933 * Atomically updates @v to (@v - @i) with full ordering.
2951 * Atomically updates @v to (@v - 1) with full ordering.
2969 * Atomically updates @v to (@v + 1) with full ordering.
2988 * Atomically updates @v to (@v + @i) with full ordering.
3007 * Atomically updates @v to (@v + @i) with acquire ordering.
3025 * Atomically updates @v to (@v + @i) with release ordering.
3044 * Atomically updates @v to (@v + @i) with relaxed ordering.
3063 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
3084 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
3103 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
3122 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
3141 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
3160 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.
3251 * Atomically updates @v to (@v + @i) with relaxed ordering.
3269 * Atomically updates @v to (@v + @i) with full ordering.
3288 * Atomically updates @v to (@v + @i) with acquire ordering.
3306 * Atomically updates @v to (@v + @i) with release ordering.
3325 * Atomically updates @v to (@v + @i) with relaxed ordering.
3343 * Atomically updates @v to (@v + @i) with full ordering.
3362 * Atomically updates @v to (@v + @i) with acquire ordering.
3380 * Atomically updates @v to (@v + @i) with release ordering.
3399 * Atomically updates @v to (@v + @i) with relaxed ordering.
3417 * Atomically updates @v to (@v - @i) with relaxed ordering.
3435 * Atomically updates @v to (@v - @i) with full ordering.
3454 * Atomically updates @v to (@v - @i) with acquire ordering.
3472 * Atomically updates @v to (@v - @i) with release ordering.
3491 * Atomically updates @v to (@v - @i) with relaxed ordering.
3509 * Atomically updates @v to (@v - @i) with full ordering.
3528 * Atomically updates @v to (@v - @i) with acquire ordering.
3546 * Atomically updates @v to (@v - @i) with release ordering.
3565 * Atomically updates @v to (@v - @i) with relaxed ordering.
3582 * Atomically updates @v to (@v + 1) with relaxed ordering.
3599 * Atomically updates @v to (@v + 1) with full ordering.
3617 * Atomically updates @v to (@v + 1) with acquire ordering.
3634 * Atomically updates @v to (@v + 1) with release ordering.
3652 * Atomically updates @v to (@v + 1) with relaxed ordering.
3669 * Atomically updates @v to (@v + 1) with full ordering.
3687 * Atomically updates @v to (@v + 1) with acquire ordering.
3704 * Atomically updates @v to (@v + 1) with release ordering.
3722 * Atomically updates @v to (@v + 1) with relaxed ordering.
3739 * Atomically updates @v to (@v - 1) with relaxed ordering.
3756 * Atomically updates @v to (@v - 1) with full ordering.
3774 * Atomically updates @v to (@v - 1) with acquire ordering.
3791 * Atomically updates @v to (@v - 1) with release ordering.
3809 * Atomically updates @v to (@v - 1) with relaxed ordering.
3826 * Atomically updates @v to (@v - 1) with full ordering.
3844 * Atomically updates @v to (@v - 1) with acquire ordering.
3861 * Atomically updates @v to (@v - 1) with release ordering.
3879 * Atomically updates @v to (@v - 1) with relaxed ordering.
3897 * Atomically updates @v to (@v & @i) with relaxed ordering.
3915 * Atomically updates @v to (@v & @i) with full ordering.
3934 * Atomically updates @v to (@v & @i) with acquire ordering.
3952 * Atomically updates @v to (@v & @i) with release ordering.
3971 * Atomically updates @v to (@v & @i) with relaxed ordering.
3989 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
4007 * Atomically updates @v to (@v & ~@i) with full ordering.
4026 * Atomically updates @v to (@v & ~@i) with acquire ordering.
4044 * Atomically updates @v to (@v & ~@i) with release ordering.
4063 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
4081 * Atomically updates @v to (@v | @i) with relaxed ordering.
4099 * Atomically updates @v to (@v | @i) with full ordering.
4118 * Atomically updates @v to (@v | @i) with acquire ordering.
4136 * Atomically updates @v to (@v | @i) with release ordering.
4155 * Atomically updates @v to (@v | @i) with relaxed ordering.
4173 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
4191 * Atomically updates @v to (@v ^ @i) with full ordering.
4210 * Atomically updates @v to (@v ^ @i) with acquire ordering.
4228 * Atomically updates @v to (@v ^ @i) with release ordering.
4247 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
4265 * Atomically updates @v to @new with full ordering.
4284 * Atomically updates @v to @new with acquire ordering.
4302 * Atomically updates @v to @new with release ordering.
4321 * Atomically updates @v to @new with relaxed ordering.
4340 * If (@v == @old), atomically updates @v to @new with full ordering.
4361 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4381 * If (@v == @old), atomically updates @v to @new with release ordering.
4402 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4422 * If (@v == @old), atomically updates @v to @new with full ordering.
4445 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4467 * If (@v == @old), atomically updates @v to @new with release ordering.
4490 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4511 * Atomically updates @v to (@v - @i) with full ordering.
4529 * Atomically updates @v to (@v - 1) with full ordering.
4547 * Atomically updates @v to (@v + 1) with full ordering.
4566 * Atomically updates @v to (@v + @i) with full ordering.
4585 * Atomically updates @v to (@v + @i) with acquire ordering.
4603 * Atomically updates @v to (@v + @i) with release ordering.
4622 * Atomically updates @v to (@v + @i) with relaxed ordering.
4641 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4662 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4681 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
4700 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
4719 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
4738 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.