HomeSort by relevance Sort by last modified time
    Searched refs:tmp_list_ (Results 1 - 4 of 4) 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...]
  /external/chromium_org/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);
454 for (cur = tmp_list_.lh_first; cur; cur = cur->entry.le_next) {
694 DCHECK(tmp_list_.lh_first == NULL);
695 // Swap out the ready_list_ into the tmp_list_ before traversing the list to
697 std::swap(ready_list_.lh_first, tmp_list_.lh_first);
698 if (tmp_list_.lh_first)
    [all...]
epoll_server.h 706 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_; member in class:net::EpollServer
    [all...]

Completed in 252 milliseconds