Searched refs:pending_functions (Results 1 – 4 of 4) sorted by relevance
85 std::vector<std::shared_ptr<Handler>> pending_functions; in Wait() local88 pending_functions.emplace_back(std::move(sp)); in Wait()91 return pending_functions; in Wait()
215 auto pending_functions = epoll_.Wait(wait); in RelaxForMs() local216 ASSERT_RESULT_OK(pending_functions); in RelaxForMs()217 for (const auto& function : *pending_functions) { in RelaxForMs()
934 auto pending_functions = epoll.Wait(epoll_timeout); in SecondStageMain() local935 if (!pending_functions.ok()) { in SecondStageMain()936 LOG(ERROR) << pending_functions.error(); in SecondStageMain()937 } else if (!pending_functions->empty()) { in SecondStageMain()942 for (const auto& function : *pending_functions) { in SecondStageMain()
1324 auto pending_functions = epoll.Wait(std::nullopt); in PropertyServiceThread() local1325 if (!pending_functions.ok()) { in PropertyServiceThread()1326 LOG(ERROR) << pending_functions.error(); in PropertyServiceThread()1328 for (const auto& function : *pending_functions) { in PropertyServiceThread()