Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 2 of 2) sorted by relevance

/base/time/time_service/services/timer/src/
Dtimer_manager.cpp58 …ool AddBatchLocked(std::vector<std::shared_ptr<Batch>> &list, const std::shared_ptr<Batch> &batch);
284 auto batch = *it; in RemoveLocked() local
285 didRemove = batch->Remove(whichAlarms); in RemoveLocked()
286 if (batch->Size() == 0) { in RemoveLocked()
364 for (const auto &batch : oldSet) { in ReBatchAllTimersLocked() local
365 auto n = batch->Size(); in ReBatchAllTimersLocked()
367 ReAddTimerLocked(batch->Get(i), nowElapsed, doValidate); in ReBatchAllTimersLocked()
485 auto batch = alarmBatches_.at(0); in TriggerTimersLocked() local
486 if (batch->GetStart() > nowElapsed) { in TriggerTimersLocked()
492 const auto n = batch->Size(); in TriggerTimersLocked()
[all …]
/base/time/time_service/services/
DBUILD.gn53 "timer/src/batch.cpp",
112 "timer/src/batch.cpp",