rust/library/std/src/sync
Benoît du Garreau ac470e9585 Multiple improvements to RwLocks
- Split `sys_common::RWLock` between `StaticRWLock` and `MovableRWLock`
- Unbox `RwLock` on some platforms (Windows, Wasm and unsupported)
- Simplify `RwLock::into_inner`
2021-06-01 09:07:55 +02:00
..
barrier std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
condvar Disable condvar::two_mutexes test on non-unix platforms. 2020-10-02 09:47:08 +02:00
mpsc Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
mutex std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
once Stabilize poison API of Once, rename poisoned() 2021-02-04 15:20:14 +01:00
rwlock std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
barrier.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
condvar.rs Move sys_common::poison to sync::poison 2021-04-22 10:27:21 +02:00
mod.rs Move sys_common::poison to sync::poison 2021-04-22 10:27:21 +02:00
mutex.rs minor rewording after review 2021-05-24 09:24:35 -05:00
once.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
poison.rs Move sys_common::poison to sync::poison 2021-04-22 10:27:21 +02:00
rwlock.rs Multiple improvements to RwLocks 2021-06-01 09:07:55 +02:00