HomeSort by relevance Sort by last modified time
    Searched defs:thr1 (Results 1 - 4 of 4) sorted by null

  /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);
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 38 TestThread1 thr1; field in class:OldObjectTest
112 thr1 = new TestThread1(TestThread1.CASE_WAIT);
114 thr1.start();
117 thr1.join();
118 thr1 = null;
162 thr1.interrupt();
178 thr1 = new TestThread1(TestThread1.CASE_WAIT_LONG_INT);
180 thr1.start();
183 thr1.join();
184 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 415 Thread thr1 = new Thread () { local
426 Runtime.getRuntime().addShutdownHook(thr1);
427 Runtime.getRuntime().removeShutdownHook(thr1);

Completed in 948 milliseconds