Searched defs:interrupt (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DInterruptible.java34 public void interrupt(Thread t); method in interface:Interruptible
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DClientHandler.java74 public void interrupt() { method in class:ClientHandler
75 SNMP_ADAPTOR_LOGGER.entering(dbgTag, "interrupt");
78 thread.interrupt() ;
80 SNMP_ADAPTOR_LOGGER.exiting(dbgTag, "interrupt");
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DAsyncCloseChannel.java63 ss.interrupt();
64 ts.interrupt();
65 sc.interrupt();
66 tc.interrupt();
234 public void interrupt() { method in class:AsyncCloseChannel.ServerThread
235 super.interrupt();
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DThreadReference.java126 * @see java.lang.Thread#interrupt()
128 void interrupt(); method in interface:ThreadReference
/openjdk7/jdk/src/share/back/
H A DThreadReferenceImpl.c468 interrupt(PacketInputStream *in, PacketOutputStream *out) function
678 (void *)interrupt,
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPollPort.java136 interrupt(sp[1]);
163 // send interrupt to each thread
314 private static native void interrupt(int fd) throws IOException; method in class:EPollPort
H A DEventPortWrapper.java244 public void interrupt() { method in class:EventPortWrapper
H A DKQueuePort.java134 interrupt(sp[1]);
161 // send interrupt to each thread
322 private static native void interrupt(int fd) throws IOException; method in class:KQueuePort
H A DPollArrayWrapper.java48 // File descriptor to write for interrupt
121 public void interrupt() { method in class:PollArrayWrapper
122 interrupt(interruptFD);
127 private static native void interrupt(int fd); method in class:PollArrayWrapper
H A DEPollArrayWrapper.java93 // The fd of the interrupt line going out
96 // The fd of the interrupt line coming in
99 // The index of the interrupt FD
301 // interrupt support
304 public void interrupt() { method in class:EPollArrayWrapper
305 interrupt(outgoingInterruptFD);
330 private static native void interrupt(int fd); method in class:EPollArrayWrapper
H A DDevPollArrayWrapper.java95 // The fd of the interrupt line going out
98 // The fd of the interrupt line coming in
101 // The index of the interrupt FD
296 public void interrupt() { method in class:DevPollArrayWrapper
297 interrupt(outgoingInterruptFD);
318 private static native void interrupt(int fd); method in class:DevPollArrayWrapper
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadReferenceImpl.java109 public void interrupt() { method in class:ThreadReferenceImpl
110 vm.throwNotReadOnlyException("ThreadReference.interrupt()");
/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadGroup.java622 * This method then calls the <code>interrupt</code> method on all the
628 * @see java.lang.Thread#interrupt()
633 public final void interrupt() { method in class:ThreadGroup
639 threads[i].interrupt();
649 groupsSnapshot[i].interrupt();
H A DThread.java230 * operation, if any. The blocker's interrupt method should be invoked
231 * after setting this thread's interrupt status.
786 * @see #interrupt()
807 * for example), the <code>interrupt</code> method should be used to
808 * interrupt the wait.
850 * @see #interrupt()
903 * methods of this class, then its interrupt status will be cleared and it
908 * channel<code>} then the channel will be closed, the thread's interrupt
913 * then the thread's interrupt status will be set and it will return
918 * <p> If none of the previous conditions hold then this thread's interrupt
929 public void interrupt() { method in class:Thread
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DThreadReferenceImpl.java258 public void interrupt() { method in class:ThreadReferenceImpl
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueArrayWrapper.java83 // The fd of the interrupt line going out
86 // The fd of the interrupt line coming in
204 void interrupt() { method in class:KQueueArrayWrapper
205 interrupt(outgoingInterruptFD);
214 private static native void interrupt(int fd); method in class:KQueueArrayWrapper
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java484 public void interrupt() throws NoSessionException { method in class:ExecutionManager
487 //### Is it guaranteed that the interrupt has happened?
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp789 void Thread::interrupt(Thread* thread) { function in class:Thread
790 trace("interrupt", thread);
792 os::interrupt(thread);
2205 Thread::interrupt(this);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3597 // Poll() is likely a better choice, assuming that Thread.interrupt()
4082 // interrupt support
4084 void os::interrupt(Thread* thread) { function in class:os
4100 // For JSR166. Unpark even if interrupt status already was set
5675 // (c) thread.interrupt
5677 // Thread.interrupt and object.notify{All} both call Event::set.
5678 // That is, we treat thread.interrupt as a special case of notification.
5684 // TODO: properly differentiate simultaneous notify+interrupt.
5844 // Optional optimization -- avoid state transitions if there's an interrupt pending.
5845 // Check interrupt befor
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3518 // Poll() is likely a better choice, assuming that Thread.interrupt()
3928 // interrupt support
3930 void os::interrupt(Thread* thread) { function in class:os
3946 // For JSR166. Unpark even if interrupt status already was set
5414 // (c) thread.interrupt
5416 // Thread.interrupt and object.notify{All} both call Event::set.
5417 // That is, we treat thread.interrupt as a special case of notification.
5423 // TODO: properly differentiate simultaneous notify+interrupt.
5583 // Optional optimization -- avoid state transitions if there's an interrupt pending.
5584 // Check interrupt befor
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp391 // its former state whether or not an interrupt is received.
4380 void os::interrupt(Thread* thread) { function in class:os
4427 // "false" but that the interrupt event will be set. This is
4637 vm_exit_during_initialization("Signal chaining detected for VM interrupt signal, try -XX:+UseAltSigs");
4756 vm_exit_during_initialization("Signal chaining not allowed for VM interrupt signal, try -XX:+UseAltSigs.");
6495 // Optional fast-exit: Check interrupt before trying to wait
6523 // unblocking. Also. check interrupt before trying wait
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3495 void os::interrupt(Thread* thread) { function in class:os
3504 // the interrupt event.
3523 // There is no synchronization between the setting of the interrupt
3525 // we only clear the interrupt state, and reset the interrupt event,
3527 // an interrupt can be "lost", leading to spurious wakeups or lost wakeups

Completed in 187 milliseconds