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