Searched refs:epoll_result (Results 1 – 4 of 4) sorted by relevance
63 auto epoll_result = epoll.Wait({}); in TEST() local64 ASSERT_RESULT_OK(epoll_result); in TEST()65 ASSERT_EQ(*epoll_result, 1); in TEST()
215 auto epoll_result = epoll_.Wait(wait); in RelaxForMs() local216 ASSERT_RESULT_OK(epoll_result); in RelaxForMs()
1128 auto epoll_result = epoll.Wait(epoll_timeout); in SecondStageMain() local1129 if (!epoll_result.ok()) { in SecondStageMain()1130 LOG(ERROR) << epoll_result.error(); in SecondStageMain()
1438 auto epoll_result = epoll.Wait(std::nullopt); in PropertyServiceThread() local1439 if (!epoll_result.ok()) { in PropertyServiceThread()1440 LOG(ERROR) << epoll_result.error(); in PropertyServiceThread()