We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e87f51 commit 74c39deCopy full SHA for 74c39de
src/pi.rs
@@ -153,7 +153,7 @@ impl Condvar {
153
//
154
// Tested on: ARM Cortex-A53, ARM Cortex-A72
155
156
-// The backoff time is increased by 50us each time, to make sure the loop does not block
+// The backoff time is increased by 25us each time, to make sure the loop does not block
157
// the waiter on different (possibly slower) CPU models.
158
159
// Note that conditional variables might still face priority inversion problem for certain cases
0 commit comments