Searched defs:kill (Results 1 – 10 of 10) sorted by relevance
69 void kill() throws IOException; in kill() method
98 public void kill() throws IOException { in kill() method in SourceChannelImpl
97 public void kill() throws IOException { in kill() method in SinkChannelImpl
298 public void kill() throws IOException { in kill() method in ServerSocketChannelImpl
913 public void kill() throws IOException { in kill() method in SocketChannelImpl
1071 public void kill() throws IOException { in kill() method in DatagramChannelImpl
332 …public static void kill(int pid, int signal) throws ErrnoException { Libcore.os.kill(pid, signal);… in kill() method in Os
143 public void kill(int pid, int signal) throws ErrnoException { os.kill(pid, signal); } in kill() method in ForwardingOs
119 public void kill(int pid, int signal) throws ErrnoException; in kill() method
117 public native void kill(int pid, int signal) throws ErrnoException; in kill() method in Linux