Searched refs:arg5 (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 440 … 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/ |
D | ForwardingOs.java | 170 …long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, … in prctl() argument
|
D | Os.java | 143 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl() argument
|
D | Linux.java | 137 …public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl() argument
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2049 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) { in Linux_prctl() 2054 static_cast<unsigned long>(arg5))); in Linux_prctl()
|