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

  /external/chromium/net/tools/flip_server/
epoll_server.cc 52 // tmp_list_. Once iteration is done, tmp_list_ will be empty, and
94 LIST_INIT(&tmp_list_);
156 LIST_INIT(&tmp_list_);
185 DCHECK(tmp_list_.lh_first == NULL);
453 for (cur = tmp_list_.lh_first; cur; cur = cur->entry.le_next) {
693 DCHECK(tmp_list_.lh_first == NULL);
694 // Swap out the ready_list_ into the tmp_list_ before traversing the list to
696 std::swap(ready_list_.lh_first, tmp_list_.lh_first);
697 if (tmp_list_.lh_first)
    [all...]
epoll_server.h 711 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_; member in class:net::EpollServer
    [all...]

Completed in 30 milliseconds