Searched defs:kill (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelChImpl.java69 void kill() throws IOException; method in interface:SelChImpl
H A DServerSocketChannelImpl.java285 kill();
289 public void kill() throws IOException { method in class:ServerSocketChannelImpl
H A DSocketChannelImpl.java277 kill();
285 kill();
362 // moves on to nd.close() in kill(), which does a real close.
367 // is to postpone the real kill() if there is a reader or/and
368 // writer thread(s) over there "waiting", leave the cleanup/kill
762 kill();
876 // kill() to close the fd.
879 kill();
883 public void kill() throws IOException { method in class:SocketChannelImpl
893 // Postpone the kill i
[all...]
H A DDatagramChannelImpl.java1012 kill();
1016 public void kill() throws IOException { method in class:DatagramChannelImpl
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSinkChannelImpl.java64 kill();
67 public void kill() throws IOException { method in class:SinkChannelImpl
H A DSourceChannelImpl.java63 kill();
66 public void kill() throws IOException { method in class:SourceChannelImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSinkChannelImpl.java93 kill();
97 public void kill() throws IOException { method in class:SinkChannelImpl
H A DSourceChannelImpl.java93 kill();
97 public void kill() throws IOException { method in class:SourceChannelImpl
H A DSctpServerChannelImpl.java202 kill();
264 kill();
269 public void kill() throws IOException { method in class:SctpServerChannelImpl
279 // Postpone the kill if there is a thread in accept
H A DSctpChannelImpl.java319 kill();
327 kill();
496 kill();
563 kill();
647 public void kill() throws IOException { method in class:SctpChannelImpl
657 /* Postpone the kill if there is a waiting reader
H A DSctpMultiChannelImpl.java263 kill();
271 kill();
292 kill();
362 public void kill() throws IOException { method in class:SctpMultiChannelImpl
372 /* Postpone the kill if there is a thread sending or receiving. */
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp1471 // it's followed by a flag-kill and a null-check. Happens on
2604 // kill a live value (other than the one it's supposed to). Add each
2613 OptoReg::Name kill = rm.find_first_elem(); local
2614 rm.Remove(kill);
2615 verify_do_def( n, kill, msg );
2664 is_def ) { // Check for a true def (not a kill)
2665 _reg_node.map(def_reg,def); // Record def/kill as the optimistic pinch-point
2669 Node *kill = def; // Rename 'def' to more descriptive 'kill' local
2675 // Finding a kill require
2805 OptoReg::Name kill = rm.find_first_elem(); local
2824 OptoReg::Name kill = rm.find_first_elem(); local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp487 void kill() { function in class:FieldBuffer
568 // we don't know what's being stored to so kill it all.
569 kill();
635 _fields.at(index)->kill();
654 void kill() { function in class:MemoryBuffer
657 _values.kill();
695 _memory->kill();
2141 _memory->kill();
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp921 OperandForm* kill = (OperandForm*)_localNames[kill_name]; local
923 _ident, kill->_ident, kill_name);
1841 // True if this component is used/def'd/kill'd as the parameter suggests.
2846 // True if this component is used/def'd/kill'd as the parameter suggests.
2851 // Extend this component with additional use/def/kill behavior

Completed in 2434 milliseconds