Searched refs:PollOnce (Results 1 – 6 of 6) sorted by relevance
42 poller_.PollOnce(0); in Run()47 poller_.PollOnce(-1); in Run()
201 PollerRet ret = FFRTFacade::GetPPInstance().GetPoller(thread->GetQos()).PollOnce(timeout); in TryPoll()
44 IOPoller::PollOnce(-1); in RunForever()138 void IOPoller::PollOnce(int timeout) noexcept in PollOnce() function in ffrt::IOPoller
42 void PollOnce(int timeout = -1) noexcept;
102 PollerRet PollOnce(int timeout = -1) noexcept;
360 PollerRet Poller::PollOnce(int timeout) noexcept in PollOnce() function in ffrt::Poller