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.
2036 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2065 * If (@v == @old), atomically updates @v to @new with release ordering.
2093 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2118 * If (@v == @old), atomically updates @v to @new with full ordering.
2152 * If (@v == @old), atomically updates @v to @new with acquire ordering.
2186 * If (@v == @old), atomically updates @v to @new with release ordering.
2219 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
2248 * Atomically updates @v to (@v - @i) with full ordering.
2268 * Atomically updates @v to (@v - 1) with full ordering.
2288 * Atomically updates @v to (@v + 1) with full ordering.
2309 * Atomically updates @v to (@v + @i) with full ordering.
2336 * Atomically updates @v to (@v + @i) with acquire ordering.
2363 * Atomically updates @v to (@v + @i) with release ordering.
2389 * Atomically updates @v to (@v + @i) with relaxed ordering.
2413 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
2443 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
2464 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
2485 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
2513 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
2541 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.
2663 * Atomically updates @v to (@v + @i) with relaxed ordering.
2680 * Atomically updates @v to (@v + @i) with full ordering.
2707 * Atomically updates @v to (@v + @i) with acquire ordering.
2734 * Atomically updates @v to (@v + @i) with release ordering.
2760 * Atomically updates @v to (@v + @i) with relaxed ordering.
2783 * Atomically updates @v to (@v + @i) with full ordering.
2810 * Atomically updates @v to (@v + @i) with acquire ordering.
2837 * Atomically updates @v to (@v + @i) with release ordering.
2863 * Atomically updates @v to (@v + @i) with relaxed ordering.
2886 * Atomically updates @v to (@v - @i) with relaxed ordering.
2903 * Atomically updates @v to (@v - @i) with full ordering.
2930 * Atomically updates @v to (@v - @i) with acquire ordering.
2957 * Atomically updates @v to (@v - @i) with release ordering.
2983 * Atomically updates @v to (@v - @i) with relaxed ordering.
3006 * Atomically updates @v to (@v - @i) with full ordering.
3033 * Atomically updates @v to (@v - @i) with acquire ordering.
3060 * Atomically updates @v to (@v - @i) with release ordering.
3086 * Atomically updates @v to (@v - @i) with relaxed ordering.
3108 * Atomically updates @v to (@v + 1) with relaxed ordering.
3128 * Atomically updates @v to (@v + 1) with full ordering.
3154 * Atomically updates @v to (@v + 1) with acquire ordering.
3180 * Atomically updates @v to (@v + 1) with release ordering.
3205 * Atomically updates @v to (@v + 1) with relaxed ordering.
3227 * Atomically updates @v to (@v + 1) with full ordering.
3253 * Atomically updates @v to (@v + 1) with acquire ordering.
3279 * Atomically updates @v to (@v + 1) with release ordering.
3304 * Atomically updates @v to (@v + 1) with relaxed ordering.
3326 * Atomically updates @v to (@v - 1) with relaxed ordering.
3346 * Atomically updates @v to (@v - 1) with full ordering.
3372 * Atomically updates @v to (@v - 1) with acquire ordering.
3398 * Atomically updates @v to (@v - 1) with release ordering.
3423 * Atomically updates @v to (@v - 1) with relaxed ordering.
3445 * Atomically updates @v to (@v - 1) with full ordering.
3471 * Atomically updates @v to (@v - 1) with acquire ordering.
3497 * Atomically updates @v to (@v - 1) with release ordering.
3522 * Atomically updates @v to (@v - 1) with relaxed ordering.
3545 * Atomically updates @v to (@v & @i) with relaxed ordering.
3562 * Atomically updates @v to (@v & @i) with full ordering.
3589 * Atomically updates @v to (@v & @i) with acquire ordering.
3616 * Atomically updates @v to (@v & @i) with release ordering.
3642 * Atomically updates @v to (@v & @i) with relaxed ordering.
3665 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
3686 * Atomically updates @v to (@v & ~@i) with full ordering.
3713 * Atomically updates @v to (@v & ~@i) with acquire ordering.
3740 * Atomically updates @v to (@v & ~@i) with release ordering.
3766 * Atomically updates @v to (@v & ~@i) with relaxed ordering.
3789 * Atomically updates @v to (@v | @i) with relaxed ordering.
3806 * Atomically updates @v to (@v | @i) with full ordering.
3833 * Atomically updates @v to (@v | @i) with acquire ordering.
3860 * Atomically updates @v to (@v | @i) with release ordering.
3886 * Atomically updates @v to (@v | @i) with relaxed ordering.
3909 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
3926 * Atomically updates @v to (@v ^ @i) with full ordering.
3953 * Atomically updates @v to (@v ^ @i) with acquire ordering.
3980 * Atomically updates @v to (@v ^ @i) with release ordering.
4006 * Atomically updates @v to (@v ^ @i) with relaxed ordering.
4029 * Atomically updates @v to @new with full ordering.
4056 * Atomically updates @v to @new with acquire ordering.
4083 * Atomically updates @v to @new with release ordering.
4109 * Atomically updates @v to @new with relaxed ordering.
4133 * If (@v == @old), atomically updates @v to @new with full ordering.
4162 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4191 * If (@v == @old), atomically updates @v to @new with release ordering.
4219 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4244 * If (@v == @old), atomically updates @v to @new with full ordering.
4278 * If (@v == @old), atomically updates @v to @new with acquire ordering.
4312 * If (@v == @old), atomically updates @v to @new with release ordering.
4345 * If (@v == @old), atomically updates @v to @new with relaxed ordering.
4374 * Atomically updates @v to (@v - @i) with full ordering.
4394 * Atomically updates @v to (@v - 1) with full ordering.
4414 * Atomically updates @v to (@v + 1) with full ordering.
4435 * Atomically updates @v to (@v + @i) with full ordering.
4462 * Atomically updates @v to (@v + @i) with acquire ordering.
4489 * Atomically updates @v to (@v + @i) with release ordering.
4515 * Atomically updates @v to (@v + @i) with relaxed ordering.
4539 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4569 * If (@v != @u), atomically updates @v to (@v + @a) with full ordering.
4590 * If (@v != 0), atomically updates @v to (@v + 1) with full ordering.
4611 * If (@v >= 0), atomically updates @v to (@v + 1) with full ordering.
4639 * If (@v <= 0), atomically updates @v to (@v - 1) with full ordering.
4667 * If (@v > 0), atomically updates @v to (@v - 1) with full ordering.