Searched defs:stop (Results 101 - 106 of 106) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpAdaptorServer.java508 * since its creation. This counter is not reset by the <CODE>stop</CODE>
1323 // Let's check if we have been interrupted by stop().
1371 public void stop(){ method in class:SnmpAdaptorServer
1376 "stop", "Stopping: using port " + port);
1379 super.stop();
1394 "stop", "Sending: using port " + port);
1403 "stop", "Got unexpected Throwable", e);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java175 stop();
263 public synchronized void stop() { method in class:RealTimeSequencer
264 if (Printer.trace) Printer.trace(">> RealTimeSequencer: stop()");
273 if (Printer.trace) Printer.trace("<< RealTimeSequencer: stop() not running!");
277 // stop playback
280 if (Printer.trace) Printer.trace("<< RealTimeSequencer: stop() completed");
897 playThread.stop();
904 //TODO need a way to stop this thread when the engine is done
1304 synchronized void stop() { method in class:RealTimeSequencer.PlayThread
1317 if (Printer.err) Printer.err("Waited more than 2 seconds in RealTimeSequencer.PlayThread.stop()!");
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp149 HOTSPOT_THREAD_PROBE_##probe( /* probe = start, stop */ \
1341 void WatcherThread::stop() { function in class:WatcherThread
1673 DTRACE_THREAD_PROBE(stop, this);
1786 // Call Thread.exit(). We try 3 times in case we got another Thread.stop during
1787 // the execution of the method. If that is not enough, then we don't really care. Thread.stop
3903 // > stop flat profiler, StatSampler, watcher thread, CMS threads,
3905 // stop signal thread
3910 // + Stop VM thread, it will bring the remaining VM to a safepoint and stop
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp589 void SuperWord::mem_slice_preds(Node* start, Node* stop, GrowableArray<Node*> &preds) { argument
616 if (n == stop) break;
720 if (dp >= 1000) return false; // stop deep recursion
2247 break; // stop looking at addp's
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp47 #define STOP(error) stop(error)
50 #define STOP(error) block_comment(error); stop(error)
1951 // factor long stop-sequence into subroutine to save space
1962 void MacroAssembler::stop(const char* msg) { function in class:MacroAssembler
1973 // factor long stop-sequence into subroutine to save space
1982 breakpoint_trap(); // make stop actually stop rather than writing
2048 delayed()->restore(); // see stop above
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp46 #define STOP(error) stop(error)
49 #define STOP(error) block_comment(error); stop(error)
6075 void MacroAssembler::stop(const char* msg) { function in class:MacroAssembler
6562 void MacroAssembler::stop(const char* msg) { function in class:MacroAssembler

Completed in 114 milliseconds

12345