Home
last modified time | relevance | path

Searched refs:GetTimerStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dtimer_api.cpp74 return ffrt::FFRTFacade::GetPPInstance().GetPoller(pollerQos).GetTimerStatus(handle);
H A Dpoller.h107 ffrt_timer_query_t GetTimerStatus(int handle) noexcept;
H A Dpoller.cpp594 ffrt_timer_query_t Poller::GetTimerStatus(int handle) noexcept in GetTimerStatus() function in ffrt::Poller