Searched refs:thread3 (Results 1 – 3 of 3) sorted by relevance
142 threadsafeTestThread thread3 = new threadsafeTestThread("3", in test_getHostName() local152 thread3.start(); in test_getHostName()157 thread3.join(); in test_getHostName()
84 Thread thread3 = threadFactory2.newThread(monitoredRunnable); in testThreadFactoryBuilder_defaults() local85 checkThreadPoolName(thread3, 1); in testThreadFactoryBuilder_defaults()89 thread3.getName().substring(0, thread.getName().lastIndexOf('-'))); in testThreadFactoryBuilder_defaults()
196 MutexLockTestThread thread3(&lock, &value); in TEST() local203 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3)); in TEST()