Searched refs:testThread (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/test/054-uncaught/src/ |
H A D | Main.java | 22 testThread(1); in main() 23 testThread(2); in main() 24 testThread(3); in main() 29 private static void testThread(int which) { in testThread() method in Main
|
/aosp12/art/test/904-object-allocation/src/art/ |
H A D | Test904.java | 74 Thread test_thread = testThread(l, true, true); in doTest() 82 test_thread = testThread(l, true, false); in doTest() 88 test_thread = testThread(l, false, true); in doTest() 102 private static Thread testThread(final ArrayList<Object> l, final boolean sameThread, in testThread() method in Test904
|
/aosp12/frameworks/native/libs/cputimeinstate/ |
H A D | testtimeinstate.cpp | 577 void *testThread(void *) { in testThread() function 593 ASSERT_EQ(pthread_create(&thread, NULL, &testThread, NULL), 0); in TEST()
|