Home | History | Annotate | Download | only in tests

Lines Matching refs:myId

7295    int myId = ++COUNTER;
7300 muGlob[myId].Lock();
7304 muGlob[myId].Unlock();
7398 int myId = AtomicIncrement(&count, 1);
7400 ProducerConsumerQueue &myQ = *Q[myId], &nextQ = *Q[(myId+1) % N_threads];
7407 if (myId == 0 && GLOB[0] > GLOB_limit) {
7459 int myId = ++count;
7464 int lower_bound = ARRAY_SIZE * (myId-1) / N_THREADS,
7465 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS;
7504 int myId = ++count;
7509 int lower_bound = ARRAY_SIZE * (myId-1) / N_THREADS,
7510 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS;
7773 int myId = count++;
7781 mutex_arr[myId][m].Lock();
7784 array[myId][i] = i;
7789 mutex_arr[myId][m].Unlock();