Searched refs:setsid (Results 1 – 5 of 5) sorted by relevance
587 public static int setsid() throws ErrnoException { return Libcore.os.setsid(); } in setsid() method in Os
203 public int setsid() throws ErrnoException { return os.setsid(); } in setsid() method in ForwardingOs
172 public int setsid() throws ErrnoException; in setsid() method
246 public native int setsid() throws ErrnoException; in setsid() method in Linux
2279 return throwIfMinusOne(env, "setsid", TEMP_FAILURE_RETRY(setsid())); in Linux_setsid()2689 NATIVE_METHOD(Linux, setsid, "()I"),