rust/library/std/src/sys/sync
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
..
condvar std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
mutex SeqCst->{Release,Acquire} in xous mutex. 2024-03-19 15:27:11 +01:00
once std: move Once implementations to sys 2024-03-12 15:41:06 +01:00
rwlock 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