Searched refs:THREAD_NAME (Results 1 – 2 of 2) sorted by relevance
41 public volatile static String THREAD_NAME = "TBD"; field in FramesDebuggee55 synchronizer.sendMessage(THREAD_NAME); in recursiveMethod()62 THREAD_NAME = Thread.currentThread().getName(); in run()
179 final String THREAD_NAME = "ludicrous speed"; in testThreadFactory() local185 thread.setName(THREAD_NAME); in testThreadFactory()196 assertEquals(THREAD_NAME, thread.getName()); in testThreadFactory()