Searched refs:arg4 (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 343 …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/ |
D | ForwardingOs.java | 123 … option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(optio… in prctl() argument
|
D | Os.java | 116 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl() argument
|
D | Posix.java | 117 …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_Posix.cpp | 1459 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) { in Posix_prctl() 1463 static_cast<unsigned long>(arg4), in Posix_prctl()
|