PR
This commit is contained in:
parent
240650f6a6
commit
b23c6b456c
5 changed files with 9 additions and 11 deletions
|
@ -245,8 +245,7 @@ struct KernelCore::Impl {
|
|||
});
|
||||
|
||||
const auto time_interval = std::chrono::nanoseconds{std::chrono::milliseconds(10)};
|
||||
system.CoreTiming().ScheduleLoopingEvent(std::chrono::nanoseconds(0), time_interval,
|
||||
preemption_event);
|
||||
system.CoreTiming().ScheduleLoopingEvent(time_interval, time_interval, preemption_event);
|
||||
}
|
||||
|
||||
void InitializeShutdownThreads() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue