Searched refs:terminate (Results 51 - 73 of 73) sorted by relevance

123

/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadStateTest.java117 myThread.terminate();
386 public void terminate() { method in class:ThreadStateTest.MyThread
387 System.out.println("Waiting myThread to terminate.");
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpGetContent.java390 synchronized public void terminate() { method in class:FtpGetContent.FtpServer
476 server.terminate();
H A DFtpURL.java392 synchronized public void terminate() { method in class:FtpURL.FtpServer
506 server.terminate();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java264 * time out and terminate if the pool has remained quiescent for
321 * "terminate" status, cancels all unprocessed tasks, and wakes up
636 * and/or worker terminate.
643 while (!w.terminate && (int)(c = ctl) >= 0) {
875 * of work). On timeout, if ctl has not changed, terminate the
903 w.terminate = true; // restore previous
1250 * @param now if true, unconditionally terminate, else only
1297 w.terminate = true;
1331 * then wakes them up (after which they will terminate).
1344 w.terminate
[all...]
H A DForkJoinWorkerThread.java261 * True if this worker should or did terminate
263 volatile boolean terminate; field in class:ForkJoinWorkerThread
377 terminate = true;
925 * otherwise prematurely terminate the pool because all threads
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.cpp297 terminate();
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.cpp81 void ConcurrentGCThread::terminate() { function in class:ConcurrentGCThread
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DGUI.java256 env.terminate();
H A DCommandInterpreter.java1440 env.terminate();
/openjdk7/hotspot/src/share/vm/utilities/
H A DyieldingWorkgroup.cpp303 // to terminate
305 if (data.terminate()) {
306 // We have been asked to terminate.
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java155 server.terminate(0);
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java1014 terminate();
1051 private void terminate() { method in class:Activation.GroupEntry
1071 terminate();
1084 // REMIND: print message that group did not terminate?
1107 terminate();
1246 terminate();
1264 terminate();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java450 } else if (!stack.terminate()) {
614 if (!insertTag && stack.terminate() && (!strict || stack.elem.omitEnd())) {
622 if (!s.terminate() || (strict && !s.elem.omitEnd())) {
695 if (stack.terminate() && (stack.elem != dtd.body) && (!strict || stack.elem.omitEnd())) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java318 public void terminate() { method in class:ServerNotifForwarder
320 logger.trace("terminate", "Be called.");
336 logger.trace("terminate", "Terminated.");
H A DClientNotifForwarder.java373 public synchronized void terminate() { method in class:ClientNotifForwarder
379 logger.trace("terminate", "Terminating...");
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java516 public void terminate() { method in class:SocksServer
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java269 public void terminate() { method in class:JVM_MANAGEMENT_MIB_IMPL
273 log.error("terminate", "Listener Not found : " + e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java1296 boolean terminate = false;
1328 terminate = true;
1466 } while (!terminate);
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java409 public void terminate() { method in class:FtpCommandHandler
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java229 serverCommunicatorAdmin.terminate();
233 serverNotifForwarder.terminate();
H A DRMIConnector.java483 communicatorAdmin.terminate();
488 rmiNotifClient.terminate();
494 " Failed to terminate RMI Notification client: " + x);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpAdaptorServer.java2499 threadService.terminate();
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java1212 public void terminate() { method in class:KDC

Completed in 283 milliseconds

123