rt: Stop waking up the scheduler on a timer
This commit is contained in:
parent
b1a090c7c4
commit
cd774fc5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ rust_scheduler::start_main_loop() {
|
|||
DLOG(this, task,
|
||||
"all tasks are blocked, scheduler id %d yielding ...",
|
||||
id);
|
||||
lock.timed_wait(10);
|
||||
lock.wait();
|
||||
reap_dead_tasks();
|
||||
DLOG(this, task,
|
||||
"scheduler %d resuming ...", id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue