Home | History | Annotate | Download | only in unittest

Lines Matching refs:myId

7064    int myId = AtomicIncrement(&count, 1);
7066 ProducerConsumerQueue &myQ = *Q[myId], &nextQ = *Q[(myId+1) % N_threads];
7073 if (myId == 0 && GLOB[0] > GLOB_limit) {
7125 int myId = ++count;
7130 int lower_bound = ARRAY_SIZE * (myId-1) / N_THREADS,
7131 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS;
7172 int myId = ++count;
7177 int lower_bound = ARRAY_SIZE * (myId-1) / N_THREADS,
7178 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS;
7456 int myId = count++;
7464 mutex_arr[myId][m].Lock();
7467 array[myId][i] = i;
7472 mutex_arr[myId][m].Unlock();