Searched defs:kill (Results 1 – 10 of 10) sorted by relevance
70 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
383 public void kill(int pid, int signal) throws ErrnoException; in kill() method
442 public void kill(int pid, int signal) throws ErrnoException { os.kill(pid, signal); } in kill() method in ForwardingOs
118 public native void kill(int pid, int signal) throws ErrnoException; in kill() method in Linux
414 …public static void kill(int pid, int signal) throws ErrnoException { Libcore.os.kill(pid, signal);… in kill() method in Os