Searched refs:threadName (Results 1 – 2 of 2) sorted by relevance
296 String threadName = Thread.currentThread().getName(); in checkTest() local297 System.out.println(threadName + ": Marker called: " + env.markerCalled.get()); in checkTest()298 System.out.println(threadName + ": Max reached: " + env.maxReached.get()); in checkTest()299 System.out.println(threadName + ": Frames consumed: " + env.frameCounter.get()); in checkTest()
398 String threadName = getClass().getSimpleName() + " @ " + socketAddress; in CountingProxy() local399 serverThread = new ServerThread(threadName); in CountingProxy()