Searched refs:dequeueAll (Results 1 – 1 of 1) sorted by relevance
73 func (il *itemList) dequeueAll() *itemNode { func319 for head := c.list.dequeueAll(); head != nil; head = head.next {