Searched refs:testThread (Results 1 – 2 of 2) sorted by relevance
25 class TestExceptionDeferrer(private val tag: String, private val testThread: Thread) { in <lambda>() constant in com.android.systemui.util.test.TestExceptionDeferrer39 if (testThread == Thread.currentThread()) { in <lambda>()
590 void *testThread(void *) { in testThread() function606 ASSERT_EQ(pthread_create(&thread, NULL, &testThread, NULL), 0); in TEST_F()