Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOs.java343 …ion, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(o… in prctl() argument
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java123 … option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(optio… in prctl() argument
DOs.java116 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl() argument
DPosix.java117 …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_Posix.cpp1459 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) { in Posix_prctl()
1463 static_cast<unsigned long>(arg4), in Posix_prctl()