Lines Matching refs:second
193 node->prev_ = it->second.tail;
194 it->second.tail->next_ = node;
195 it->second.tail = node;
207 it->second.tail->next_ = node;
208 node->prev_ = it->second.tail;
209 it->second.tail = node;
218 DCHECK(NodeIsOnList(node, it->second.head));
223 DCHECK_EQ(node, it->second.head);
224 it->second.head = node->next_;
230 DCHECK_EQ(node, it->second.tail);
231 it->second.tail = node->prev_;
669 FutexWaitListNode* node = it->second.head;
829 node = it->second.head;
887 FutexWaitListNode*& head = it->second.head;
888 FutexWaitListNode*& tail = it->second.tail;
904 auto node = it->second.head;
931 FutexWaitListNode* node = it->second.head;
950 FutexWaitListNode* node = it.second.head;
972 FutexWaitListNode* node = it.second.head;
1015 FutexWaitListNode* node = it.second.head;
1017 VerifyNode(node, it.second.head, it.second.tail);
1023 auto node = it.second.head;
1025 VerifyNode(node, it.second.head, it.second.tail);