about summary refs log tree commit diff
path: root/library/std/src/sys/windows/locks/mutex.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-54/+0
2022-11-06std: remove lock wrappers in `sys_common`joboet-7/+6
2022-09-03std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initializationjoboet-2/+0
2022-06-06Make all {Mutex, Condvar, RwLock}::new #[inline].Mara Bos-0/+1
2022-06-03Use Drop instead of destroy() for locks.Mara Bos-5/+0
2022-04-16Use a single ReentrantMutex implementation on all platforms.Mara Bos-35/+0
2022-03-22Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.Mara Bos-0/+96