Searched refs:setsid (Results 1 – 5 of 5) sorted by relevance
204 public int setsid() throws ErrnoException { return os.setsid(); } in setsid() method in ForwardingOs
173 public int setsid() throws ErrnoException; in setsid() method
247 public native int setsid() throws ErrnoException; in setsid() method in Linux
584 public static int setsid() throws ErrnoException { return Libcore.os.setsid(); } in setsid() method in Os
2276 return throwIfMinusOne(env, "setsid", TEMP_FAILURE_RETRY(setsid())); in Linux_setsid()2686 NATIVE_METHOD(Linux, setsid, "()I"),