Searched defs:kill (Results 1 – 10 of 10) sorted by relevance
69 void kill() throws IOException; in kill() method
97 public void kill() throws IOException { in kill() method in SinkChannelImpl
98 public void kill() throws IOException { in kill() method in SourceChannelImpl
299 public void kill() throws IOException { in kill() method in ServerSocketChannelImpl
911 public void kill() throws IOException { in kill() method in SocketChannelImpl
1075 public void kill() throws IOException { in kill() method in DatagramChannelImpl
120 public void kill(int pid, int signal) throws ErrnoException { os.kill(pid, signal); } in kill() method in ForwardingOs
106 public void kill(int pid, int signal) throws ErrnoException; in kill() method
111 public native void kill(int pid, int signal) throws ErrnoException; in kill() method in Linux
279 …public static void kill(int pid, int signal) throws ErrnoException { Libcore.os.kill(pid, signal);… in kill() method in Os