Home
last modified time | relevance | path

Searched refs:arg5 (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java583 …long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, … in prctl() argument
DOs.java487 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl() argument
DLinux.java138 …public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl() argument
/libcore/luni/src/main/java/android/system/
DOs.java541 … arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, ar… in prctl() argument
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2100 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) { in Linux_prctl()
2105 static_cast<unsigned long>(arg5))); in Linux_prctl()