about summary refs log tree commit diff
path: root/library/std/src/sys/unix/locks
AgeCommit message (Expand)AuthorLines
2022-04-06Rename RWLock to RwLock in std::sys.Mara Bos-9/+9
2022-04-05Reword comment in futex condvar implementation.Mara Bos-1/+1
2022-04-05Mark unix::locks::futex::Mutex::new as #[inline].Mara Bos-0/+1
2022-04-01Don't spin on contended mutexes.Mara Bos-1/+3
2022-04-01Shuffle around #[inline] and #[cold] in mutex impl.Mara Bos-5/+7
2022-03-23Spin before blocking in Mutex::lock.Mara Bos-4/+38
2022-03-23Replace Linux Mutex and Condvar with futex based ones.Mara Bos-8/+149
2022-03-21Move pthread locks to own module.Mara Bos-0/+496