Lines Matching refs:id
487 int id = threadStress.id; in runTest()
489 System.out.println("Starting worker for " + id); in runTest()
495 Thread thread = new Thread(ts, "Worker thread " + id); in runTest()
501 "Thread exited for " + id + " with " + in runTest()
545 Thread t = new Thread(daemon, "Daemon thread " + daemon.id); in runTest()
563 protected final int id; field in Main
567 private Main(Object lock, int id, Operation[] operations) { in Main() argument
569 this.id = id; in Main()
576 System.out.println("Starting ThreadStress " + id); in run()
581 System.out.println("ThreadStress " + id in run()
592 System.out.println("Finishing ThreadStress for " + id); in run()
599 int id, in Daemon() argument
603 super(lock, id, operations); in Daemon()
611 System.out.println("Starting ThreadStress Daemon " + id); in run()
619 System.out.println("ThreadStress Daemon " + id in run()
632 System.out.println("Finishing ThreadStress Daemon for " + id); in run()