Home | History | Annotate | Download | only in tests

Lines Matching defs:myQ

7398    ProducerConsumerQueue &myQ = *Q[myId], &nextQ = *Q[(myId+1) % N_threads];
7401 while (myQ.Get() != NULL) {