Home | History | Annotate | Download | only in epoll_server

Lines Matching refs:tmp_list_

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) {
698 tmp_list_.lh_first->entry.le_prev = &tmp_list_.lh_first;
700 while (tmp_list_.lh_first != NULL) {
702 CBAndEventMask* cb_and_mask = tmp_list_.lh_first;
731 DCHECK(tmp_list_.lh_first == NULL);