Home
last modified time | relevance | path

Searched refs:GetNow (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dserial_queue.cpp46 } 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()
H A Deventhandler_adapter_queue.cpp147 uint64_t now = GetNow(); in Pull()
153 now = GetNow(); in Pull()
198 currentRunningTask_ = HistoryTask(GetNow(), task); in SetCurrentRunningTask()
H A Dconcurrent_queue.cpp74 uint64_t now = GetNow(); in Pull()
87 now = GetNow(); in Pull()
H A Dbase_queue.h78 inline uint64_t GetNow() const in GetNow() function