Files
rust/library/std/src
Yuki Okushi b792258b32 Rollup merge of #96619 - akiekintveld:same_mutex_check_relaxed_ordering, r=m-ou-se
Relax memory ordering used in SameMutexCheck

`SameMutexCheck` only requires atomicity for `self.addr`, but does not need ordering of other memory accesses in either the success or failure case. Using `Relaxed`, the code still correctly handles the case when two threads race to store an address.
2022-05-05 10:20:34 +09:00
..
2021-10-25 22:44:41 -05:00
2022-04-07 08:51:59 +01:00
2021-02-06 13:05:56 +01:00
2022-04-19 13:02:20 +10:00
2022-04-17 01:23:46 -04:00
2022-03-23 05:33:44 +00:00
2022-04-05 23:18:40 +02:00
2020-09-02 17:37:40 -04:00
2022-04-05 23:18:40 +02:00
2022-04-05 23:18:40 +02:00
2022-04-17 01:23:47 -04:00