Searched refs:GetNow (Results 1 – 4 of 4) sorted by relevance
46 } else if ((whenMap_.begin()->second->GetDelay() > 0) && (GetNow() > whenMap_.begin()->first)) { in Push()63 uint64_t now = GetNow(); in Pull()69 now = GetNow(); in Pull()
147 uint64_t now = GetNow(); in Pull()153 now = GetNow(); in Pull()198 currentRunningTask_ = HistoryTask(GetNow(), task); in SetCurrentRunningTask()
74 uint64_t now = GetNow(); in Pull()87 now = GetNow(); in Pull()
78 inline uint64_t GetNow() const in GetNow() function