Searched defs:setsid (Results 1 – 4 of 4) sorted by relevance
587 public static int setsid() throws ErrnoException { return Libcore.os.setsid(); } in setsid() method in Os
172 public int setsid() throws ErrnoException; in setsid() method
203 public int setsid() throws ErrnoException { return os.setsid(); } in setsid() method in ForwardingOs
246 public native int setsid() throws ErrnoException; in setsid() method in Linux