Lines Matching refs:thread
2531 MTThread thread[kNumThreads]; in TEST_P() local
2533 thread[id].state = &mt; in TEST_P()
2534 thread[id].id = id; in TEST_P()
2535 thread[id].multiget_batched = multiget_batched_; in TEST_P()
2536 env_->StartThread(MTThreadBody, &thread[id]); in TEST_P()
2603 GCThread thread[kGCNumThreads]; in TEST_F() local
2605 thread[id].id = id; in TEST_F()
2606 thread[id].db = db_; in TEST_F()
2607 thread[id].done = false; in TEST_F()
2608 env_->StartThread(GCThreadBody, &thread[id]); in TEST_F()
4079 for (auto thread : thread_list) { in VerifyOperationCount() local
4080 if (thread.operation_type == op_type) { in VerifyOperationCount()
4119 for (auto thread : thread_list) { in TEST_F() local
4120 ASSERT_LT(thread.thread_type, ThreadStatus::NUM_THREAD_TYPES); in TEST_F()
4121 thread_type_counts[thread.thread_type]++; in TEST_F()
4396 for (auto thread : thread_list) { in TEST_P() local
4397 operation_count[thread.operation_type]++; in TEST_P()
4421 for (auto thread : thread_list) { in TEST_P() local
4422 operation_count[thread.operation_type]++; in TEST_P()
4483 for (auto thread : thread_list) { in TEST_P() local
4484 operation_count[thread.operation_type]++; in TEST_P()
4508 for (auto thread : thread_list) { in TEST_P() local
4509 operation_count[thread.operation_type]++; in TEST_P()