Searched defs:threadName (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeLauncher.java39 InputStream is, String tempFileTemplate, String threadName) throws ApplicationLaunchException {
40 super(threadName);
38 MimeLauncher(MimeEntry M, java.net.URLConnection uc, InputStream is, String tempFileTemplate, String threadName) argument
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJSSecurityManager.java173 final String threadName,
177 if (threadName != null) {
178 thread.setName(threadName);
172 createThread(final Runnable runnable, final String threadName, final boolean isDaemon, final int priority, final boolean doStart) argument
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DChildSession.java240 OutputReader(String threadName, argument
245 super(threadName);
289 InputWriter(String threadName, argument
292 super(threadName);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DJavaThreadsPanel.java337 private String threadName; field in class:JavaThreadsPanel.CachedThread
361 return threadName;
368 threadName = thread.getThreadName();
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodManager.java136 private static final String threadName = "AWT-InputMethodManager"; field in class:InputMethodManager
168 Thread immThread = new Thread(imm, threadName);
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DThreadInfo.java93 private String threadName; field in class:ThreadInfo
223 this.threadName = t.getName();
265 threadName = ticd.threadName();
319 return threadName;
664 * <td>threadName</td>
/openjdk7/jdk/src/share/back/
H A Dtransport.c415 char threadName[MAXPATHLEN + 100]; local
487 (void)strcpy(threadName, "JDWP Transport Listener: ");
488 (void)strcat(threadName, name);
491 error = spawnNewThread(func, (void*)info, threadName);
536 (void)strcpy(threadName, "JDWP Transport Listener: ");
537 (void)strcat(threadName, name);
540 err = spawnNewThread(func, (void*)trans, threadName);
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DLockingThread.java105 final String threadName; field in class:LockingThread
110 this.threadName = name;
H A DSynchronizerLockingThread.java102 final String threadName; field in class:SynchronizerLockingThread
110 this.threadName = name;
/openjdk7/jdk/test/java/net/ipv6tests/
H A DTests.java47 static void startSimpleWriter(String threadName, final OutputStream os, final int start) { argument
52 }}, threadName)).start();
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug4168625Test.java245 logln(">>"+threadName()+">run");
250 logln("<<"+threadName()+"<run");
254 logln(">>"+threadName()+">waitUntilPinged");
261 logln("<<"+threadName()+"<waitUntilPinged");
264 logln(">>"+threadName()+">ping "+threadName(this));
266 logln("<<"+threadName()+"<ping "+threadName(this));
428 logln(">>"+threadName()+">load "+className);
456 logln("<<"+threadName()
508 private static String threadName() { method in class:Bug4168625Test
512 private static String threadName(Thread t) { method in class:Bug4168625Test
[all...]
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadInfoCompositeData.java135 private static final String THREAD_NAME = "threadName";
248 public String threadName() { method in class:ThreadInfoCompositeData
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java214 private void printBaseLocation(String threadName, Location loc) { argument
216 new Object [] {threadName,
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp528 jstring threadName = env->NewStringUTF("Serviceability Agent Command Thread"); local
529 if (threadName == NULL) stop("Unable to allocate debug thread name");
533 jthread thr = (jthread) env->NewObject(threadClass, ctor, threadName);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java1090 System.out.println(threadName() +
1374 System.out.println(threadName() +
1392 System.out.println(threadName() + ", request renegotiation " +
1410 System.out.println(threadName() + ", closeOutboundInternal()");
1457 System.out.println(threadName() + ", called closeOutbound()");
1477 System.out.println(threadName() + ", closeInboundInternal()");
1509 System.out.println(threadName() + ", called closeInbound()");
1632 System.out.println(threadName() +
1649 System.out.println(threadName()
1716 System.out.print(threadName());
2064 private static String threadName() { method in class:SSLEngineImpl
[all...]
H A DSSLSocketImpl.java772 System.out.println(threadName() +
939 System.out.println(threadName() +
1107 System.out.println(threadName() +
1171 System.out.println(threadName() +
1188 System.out.println(threadName() + ", request renegotiation " +
1497 System.out.println(threadName() + ", called closeSocket()");
1508 System.out.println(threadName() + ", called closeSocket(selfInitiated)");
1536 System.out.println(threadName() + ", called close()");
1554 System.out.println(threadName() + ", called closeInternal("
1617 System.out.println(threadName()
2521 private static String threadName() { method in class:SSLSocketImpl
[all...]

Completed in 82 milliseconds