Mara Bos
|
650315ee88
|
Reword comment in futex condvar implementation.
|
2022-04-05 17:08:12 +02:00 |
|
Mara Bos
|
104e95f848
|
Mark unix::locks::futex::Mutex::new as #[inline].
|
2022-04-05 13:58:10 +02:00 |
|
Mara Bos
|
321690c827
|
Don't spin on contended mutexes.
|
2022-04-01 11:11:46 +02:00 |
|
Mara Bos
|
6392f1555e
|
Shuffle around #[inline] and #[cold] in mutex impl.
|
2022-04-01 11:11:28 +02:00 |
|
Mara Bos
|
da4ef044c1
|
Spin before blocking in Mutex::lock.
|
2022-03-23 14:58:44 +01:00 |
|
Mara Bos
|
7f26adeac1
|
Replace Linux Mutex and Condvar with futex based ones.
|
2022-03-23 14:58:44 +01:00 |
|