TesterThread      196 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc static TesterThread** threads;
TesterThread      376 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   TesterThread(int id)
TesterThread      476 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     TesterThread* thread = threads[tid];
TesterThread     1269 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   threads = new TesterThread*[FLAGS_numthreads];
TesterThread     1271 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     threads[i] = new TesterThread(i);
TesterThread      196 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc static TesterThread** threads;
TesterThread      376 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   TesterThread(int id)
TesterThread      476 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     TesterThread* thread = threads[tid];
TesterThread     1269 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   threads = new TesterThread*[FLAGS_numthreads];
TesterThread     1271 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     threads[i] = new TesterThread(i);