TestThread        212 sandbox/win/tests/validation_tests/suite.cc TEST(ValidationSuite, TestThread) {
TestThread         75 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc     TestThread(Closure* callback)
TestThread        118 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc       reinterpret_cast<TestThread*>(arg)->Run();
TestThread        129 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc   TestThread* RunInitOnceInNewThread() {
TestThread        130 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc     return new TestThread(NewCallback(this, &OnceInitTest::InitOnce));
TestThread        132 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc   TestThread* RunInitRecursiveOnceInNewThread() {
TestThread        133 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc     return new TestThread(NewCallback(this, &OnceInitTest::InitRecursiveOnce));
TestThread        209 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc   scoped_ptr<TestThread> threads[4];
TestThread        226 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc   scoped_ptr<TestThread> threads[8];