Home
last modified time | relevance | path

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

/system/core/init/
Depoll_test.cpp63 auto epoll_result = epoll.Wait({}); in TEST() local
64 ASSERT_RESULT_OK(epoll_result); in TEST()
65 ASSERT_EQ(*epoll_result, 1); in TEST()
Dkeychords_test.cpp215 auto epoll_result = epoll_.Wait(wait); in RelaxForMs() local
216 ASSERT_RESULT_OK(epoll_result); in RelaxForMs()
Dinit.cpp1128 auto epoll_result = epoll.Wait(epoll_timeout); in SecondStageMain() local
1129 if (!epoll_result.ok()) { in SecondStageMain()
1130 LOG(ERROR) << epoll_result.error(); in SecondStageMain()
Dproperty_service.cpp1438 auto epoll_result = epoll.Wait(std::nullopt); in PropertyServiceThread() local
1439 if (!epoll_result.ok()) { in PropertyServiceThread()
1440 LOG(ERROR) << epoll_result.error(); in PropertyServiceThread()