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 003bf2f commit faecf19Copy full SHA for faecf19
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: b1a090c7c4393781a92814431a5d32ffed4e57aa
+refs/heads/master: cd774fc5fab0791c3463ab192de9e0900904b460
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/rt/rust_scheduler.cpp
@@ -229,7 +229,7 @@ rust_scheduler::start_main_loop() {
229
DLOG(this, task,
230
"all tasks are blocked, scheduler id %d yielding ...",
231
id);
232
- lock.timed_wait(10);
+ lock.wait();
233
reap_dead_tasks();
234
235
"scheduler %d resuming ...", id);
0 commit comments