mirror of
https://github.com/openharmony/miscservices_time.git
synced 2026-07-18 17:34:34 -04:00
Signed-off-by: zhangjunxi <zhangjunxi1@huawei.com>
Changes to be committed: modified: services/timer/src/timer_manager.cpp
This commit is contained in:
@@ -385,7 +385,7 @@ void TimerManager::TimerLooper()
|
||||
|
||||
if (result != TIME_CHANGED_MASK) {
|
||||
std::lock_guard<std::mutex> lock(mutex_);
|
||||
auto hasWakeup = TriggerTimersLocked(triggerList, nowElapsed);
|
||||
TriggerTimersLocked(triggerList, nowElapsed);
|
||||
DeliverTimersLocked(triggerList, nowElapsed);
|
||||
RescheduleKernelTimerLocked();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user