/libcore/luni/src/test/java/libcore/java/lang/ |
OldObjectTest.java | 36 TestThread1 thr1; field in class:OldObjectTest 110 thr1 = new TestThread1(TestThread1.CASE_WAIT); 112 thr1.start(); 115 thr1.join(); 116 thr1 = null; 160 thr1.interrupt(); 176 thr1 = new TestThread1(TestThread1.CASE_WAIT_LONG_INT); 178 thr1.start(); 181 thr1.join(); 182 thr1 = null [all...] |
OldThrowableTest.java | 120 Throwable thr1 = new Throwable(npe); local 121 thr1.setStackTrace(ste); 122 assertEquals(ste.length, thr1.getStackTrace().length);
|
OldRuntimeTest.java | 414 Thread thr1 = new Thread () { local 425 Runtime.getRuntime().addShutdownHook(thr1); 426 Runtime.getRuntime().removeShutdownHook(thr1);
|
/external/compiler-rt/lib/tsan/go/ |
test.c | 45 void *thr1 = 0; local 46 __tsan_go_start(thr0, &thr1, 0); 47 __tsan_write(thr1, buf, 0); 48 __tsan_acquire(thr1, buf); 49 __tsan_go_end(thr1);
|
/external/valgrind/main/helgrind/tests/ |
bar_bad.c | 21 pthread_t thr1, thr2; local 53 pthread_create(&thr1, NULL, child1, (void*)bar3); 83 r= pthread_cancel(thr1); assert(!r);
|