rust/library/std/src/sys/sync/mutex
Mara Bos eb966983f2 SeqCst->{Release,Acquire} in xous mutex.
No need for SeqCst. Release+Acquire is the right memory ordering for a
mutex.
2024-03-19 15:27:11 +01:00
..
fuchsia.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
futex.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
itron.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
mod.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
no_threads.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
pthread.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
sgx.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
windows7.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
xous.rs SeqCst->{Release,Acquire} in xous mutex. 2024-03-19 15:27:11 +01:00