Home
last modified time | relevance | path

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

/system/core/init/
Depoll.cpp85 std::vector<std::shared_ptr<Handler>> pending_functions; in Wait() local
88 pending_functions.emplace_back(std::move(sp)); in Wait()
91 return pending_functions; in Wait()
Dkeychords_test.cpp215 auto pending_functions = epoll_.Wait(wait); in RelaxForMs() local
216 ASSERT_RESULT_OK(pending_functions); in RelaxForMs()
217 for (const auto& function : *pending_functions) { in RelaxForMs()
Dinit.cpp934 auto pending_functions = epoll.Wait(epoll_timeout); in SecondStageMain() local
935 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()
Dproperty_service.cpp1324 auto pending_functions = epoll.Wait(std::nullopt); in PropertyServiceThread() local
1325 if (!pending_functions.ok()) { in PropertyServiceThread()
1326 LOG(ERROR) << pending_functions.error(); in PropertyServiceThread()
1328 for (const auto& function : *pending_functions) { in PropertyServiceThread()