HomeSort by relevance Sort by last modified time
    Searched refs:ready_list_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/tools/flip_server/
epoll_server.cc 51 // - Use two lists to keep track of callbacks. The ready_list_ is the one used
52 // for registration. Before iteration, the ready_list_ is swapped into the
54 // ready_list_ will have all the new ready fds.
94 LIST_INIT(&ready_list_);
156 LIST_INIT(&ready_list_);
170 LIST_INSERT_HEAD(&ready_list_, cb_and_mask, entry);
185 DCHECK(ready_list_.lh_first == NULL);
439 CBAndEventMask* cur = ready_list_.lh_first;
616 if (timeout_in_us == 0 || ready_list_.lh_first != NULL) {
668 if (ready_list_.lh_first)
    [all...]
epoll_server.h 718 LIST_HEAD(ReadyList, CBAndEventMask) ready_list_; member in class:net::EpollServer
    [all...]

Completed in 44 milliseconds