Lines Matching refs:id
473 int id = threadStress.id; in runTest()
474 System.out.println("Starting worker for " + id); in runTest()
477 Thread thread = new Thread(ts, "Worker thread " + id); in runTest()
484 System.out.println("Thread exited for " + id + " with " in runTest()
523 Thread t = new Thread(daemon, "Daemon thread " + daemon.id); in runTest()
538 protected final int id;
542 private Main(Object lock, int id, Operation[] operations) {
544 this.id = id;
551 System.out.println("Starting ThreadStress " + id);
556 System.out.println("ThreadStress " + id
567 System.out.println("Finishing ThreadStress for " + id);
573 private Daemon(Object lock, int id, Operation[] operations) {
574 super(lock, id, operations);
580 System.out.println("Starting ThreadStress Daemon " + id);
586 System.out.println("ThreadStress Daemon " + id
598 System.out.println("Finishing ThreadStress Daemon for " + id);