Loading system/gd/os/linux_generic/reactor.cc +4 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,10 @@ void Reactor::Run() { ASSERT(!previously_running); for (;;) { { std::unique_lock<std::mutex> lock(mutex_); invalidation_list_.clear(); } epoll_event events[kEpollMaxEvents]; int count; RUN_NO_INTR(count = epoll_wait(epoll_fd_, events, kEpollMaxEvents, -1)); Loading Loading
system/gd/os/linux_generic/reactor.cc +4 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,10 @@ void Reactor::Run() { ASSERT(!previously_running); for (;;) { { std::unique_lock<std::mutex> lock(mutex_); invalidation_list_.clear(); } epoll_event events[kEpollMaxEvents]; int count; RUN_NO_INTR(count = epoll_wait(epoll_fd_, events, kEpollMaxEvents, -1)); Loading