Home | History | Annotate | Download | only in tests

Lines Matching refs:kNumShards

153 static const int kNumShards = 25;
155 static int num_created[kNumShards + 1];
156 static int num_started[kNumShards + 1];
157 static int num_joined[kNumShards + 1];
204 pthread_t threads[kNumShards];
205 RunThreadArgs args[kNumShards];
206 for (int i = 0; i < kNumShards; i++) {
211 for (int i = 0; i < kNumShards; i++) {
219 for (int i = 1; i <= kNumShards; i++) {
228 kThreadsPerShard * kNumShards + 1, 10);