Home | History | Annotate | Download | only in src

Lines Matching full:deep

111         Deep deep = new Deep();
116 deep.start();
127 deep.join();
198 class Deep extends Thread {
233 System.err.println("Deep: weak still has " + i);
238 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
255 System.err.println("Deep: " + i + " strong=" + strong[i] +
321 return new String("Deep" + val);