Searched refs:ready_list_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.cc50 // - Use two lists to keep track of callbacks. The ready_list_ is the one used
51 // for registration. Before iteration, the ready_list_ is swapped into the
53 // ready_list_ will have all the new ready fds.
93 LIST_INIT(&ready_list_);
155 LIST_INIT(&ready_list_);
169 LIST_INSERT_HEAD(&ready_list_, cb_and_mask, entry);
184 DCHECK(ready_list_.lh_first == NULL);
449 CBAndEventMask* cur = ready_list_.lh_first;
634 if (timeout_in_us == 0 || ready_list_.lh_first != NULL) {
686 if (ready_list_
[all...]
H A Depoll_server.h705 LIST_HEAD(ReadyList, CBAndEventMask) ready_list_; member in class:net::EpollServer

Completed in 86 milliseconds