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