Searched refs:batch (Results 1 – 2 of 2) sorted by relevance
58 …ool AddBatchLocked(std::vector<std::shared_ptr<Batch>> &list, const std::shared_ptr<Batch> &batch);284 auto batch = *it; in RemoveLocked() local285 didRemove = batch->Remove(whichAlarms); in RemoveLocked()286 if (batch->Size() == 0) { in RemoveLocked()364 for (const auto &batch : oldSet) { in ReBatchAllTimersLocked() local365 auto n = batch->Size(); in ReBatchAllTimersLocked()367 ReAddTimerLocked(batch->Get(i), nowElapsed, doValidate); in ReBatchAllTimersLocked()485 auto batch = alarmBatches_.at(0); in TriggerTimersLocked() local486 if (batch->GetStart() > nowElapsed) { in TriggerTimersLocked()492 const auto n = batch->Size(); in TriggerTimersLocked()[all …]
53 "timer/src/batch.cpp",112 "timer/src/batch.cpp",