Files
rust/library/std/src/sys_common
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
..
2022-05-01 19:07:36 -07:00
2021-05-14 03:54:46 +02:00
2021-08-22 16:35:29 +02:00
2022-03-21 15:51:25 +01:00
2021-05-14 03:54:46 +02:00
2021-11-10 08:35:42 -08:00
2022-03-21 15:51:25 +01:00
2021-12-29 10:07:44 +01:00
2022-04-06 16:33:53 +02:00