Searched defs:arg5 (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java384 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); }; argument
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java141 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, arg3, arg4, arg5); }; argument
H A DLinux.java132 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument
H A DOs.java128 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument

Completed in 12 milliseconds