Searched refs:arg4 (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DOs.java116 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument
H A DForwardingOs.java123 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 DPosix.java117 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument
/libcore/luni/src/main/java/android/system/
H A DOs.java343 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/native/
H A Dlibcore_io_Posix.cpp1459 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) {
1463 static_cast<unsigned long>(arg4),

Completed in 35 milliseconds