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