Lines Matching refs:ASSERT_TRUE
54 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
112 ASSERT_TRUE(lock.Try());
120 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
134 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
138 ASSERT_TRUE(thread.got_lock());
140 ASSERT_TRUE(lock.Try());
181 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
201 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
202 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2));
203 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3));