Searched refs:prctl (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/test/native/ |
D | libcore_java_io_FileTest.cpp | 73 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in Java_libcore_java_io_FileTest_installSeccompFilter() 75 return ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &prog); in Java_libcore_java_io_FileTest_installSeccompFilter()
|
D | libcore_java_lang_ThreadTest.cpp | 49 if (prctl(PR_GET_NAME, reinterpret_cast<unsigned long>(thread_name.get()), 0L, 0L, 0L) == 0) { in TestThreadNaming()
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 171 …public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { r… in prctl() method in ForwardingOs
|
D | Os.java | 144 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl() method
|
D | Linux.java | 138 …public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl() method in Linux
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 438 …public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2047 int result = TEMP_FAILURE_RETRY(prctl(static_cast<int>(option), in Linux_prctl() 2665 NATIVE_METHOD(Linux, prctl, "(IJJJJ)I"),
|