Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOs.java440 … arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, ar… in prctl() argument
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java170 …long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, … in prctl() argument
DOs.java143 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl() argument
DLinux.java137 …public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl() argument
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2049 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) { in Linux_prctl()
2054 static_cast<unsigned long>(arg5))); in Linux_prctl()