rt: Stop waking up the scheduler on a timer
This commit is contained in:
@@ -229,7 +229,7 @@ rust_scheduler::start_main_loop() {
|
|||||||
DLOG(this, task,
|
DLOG(this, task,
|
||||||
"all tasks are blocked, scheduler id %d yielding ...",
|
"all tasks are blocked, scheduler id %d yielding ...",
|
||||||
id);
|
id);
|
||||||
lock.timed_wait(10);
|
lock.wait();
|
||||||
reap_dead_tasks();
|
reap_dead_tasks();
|
||||||
DLOG(this, task,
|
DLOG(this, task,
|
||||||
"scheduler %d resuming ...", id);
|
"scheduler %d resuming ...", id);
|
||||||
|
|||||||
Reference in New Issue
Block a user