Lines Matching refs:myQ
7400 ProducerConsumerQueue &myQ = *Q[myId], &nextQ = *Q[(myId+1) % N_threads];7403 while (myQ.Get() != NULL) {