HomeSort by relevance Sort by last modified time
    Searched refs:thr2 (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 39 TestThread2 thr2; field in class:OldObjectTest
113 thr2 = new TestThread2();
115 thr2.start();
116 thr2.join();
119 thr2 = null;
179 thr2 = new TestThread2();
181 thr2.start();
182 thr2.join();
185 thr2 = null;
206 thr2 = new TestThread2()
    [all...]
OldRuntimeTest.java 432 Thread thr2 = new Thread () { local
444 Runtime.getRuntime().addShutdownHook(thr2);
  /external/valgrind/main/none/tests/
threadederrno.c 8 void* thr2 ( void* v ) function
27 pthread_create(&tid2, NULL, &thr2, NULL);
  /external/valgrind/main/helgrind/tests/
bar_bad.c 21 pthread_t thr1, thr2; local
65 pthread_create(&thr2, NULL, child1, (void*)bar4);
84 r= pthread_cancel(thr2); assert(!r);
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]

Completed in 86 milliseconds