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 53 // tmp_list_. Once iteration is done, tmp_list_ will be empty, and
95 LIST_INIT(&tmp_list_);
157 LIST_INIT(&tmp_list_);
186 DCHECK(tmp_list_.lh_first == NULL);
443 for (cur = tmp_list_.lh_first; cur; cur = cur->entry.le_next) {
675 DCHECK(tmp_list_.lh_first == NULL);
676 // Swap out the ready_list_ into the tmp_list_ before traversing the list to
678 std::swap(ready_list_.lh_first, tmp_list_.lh_first);
679 if (tmp_list_.lh_first)
    [all...]
epoll_server.h 719 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_; member in class:net::EpollServer
    [all...]

Completed in 360 milliseconds