/external/ltrace/sysdeps/linux-gnu/alpha/ |
syscallent.h | 369 "prctl", /* 348 */
|
/external/strace/ |
Android.mk | 115 prctl.c \
|
NEWS | 46 getdents64, getsockopt, io_*, mount, msgctl, prctl, quotactl, recvfrom, 105 * Implemented decoding of all prctl commands. 322 epoll_wait, mincore, mlockall, prctl, reboot, sendfile, sendfile64, 440 * Enhanced prctl decoding. 486 * Improved output for prctl system call on Linux.
|
/external/tlsdate/ |
config.h | 77 /* Define to 1 if you have the `prctl' function. */
|
/libcore/luni/src/main/java/android/system/ |
Os.java | 341 * See <a href="http://man7.org/linux/man-pages/man2/prctl.2.html">prctl(2)</a>. 343 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); }; method in class:Os
|
/external/v8/src/base/platform/ |
platform-posix.cc | 55 #include <sys/prctl.h> // NOLINT, for prctl 570 prctl(PR_SET_NAME,
|
platform-linux.cc | 53 #include <sys/prctl.h>
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 35 #include <sys/prctl.h> 346 prctl(PR_SET_NAME, (unsigned long)"mm_cam_poll_th", 0, 0, 0); 653 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 35 #include <sys/prctl.h> 346 prctl(PR_SET_NAME, (unsigned long)"mm_cam_poll_th", 0, 0, 0); 653 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 35 #include <sys/prctl.h> 344 prctl(PR_SET_NAME, (unsigned long)"mm_cam_poll_th", 0, 0, 0); 628 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
|
/bionic/libc/ |
libc.mips.brillo.map | 720 prctl;
|
libc.x86.brillo.map | 718 prctl;
|
/cts/tests/tests/security/jni/ |
android_security_cts_NativeCodeTest.cpp | 22 #include <sys/prctl.h>
|
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.versions.txt | 670 prctl;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 668 prctl;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 666 prctl;
|
/development/ndk/platforms/android-23/arch-arm/symbols/ |
libc.so.versions.txt | 722 prctl;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libc.so.versions.txt | 720 prctl;
|
/development/ndk/platforms/android-23/arch-x86/symbols/ |
libc.so.versions.txt | 718 prctl;
|
/external/avahi/ |
config.h | 258 /* Define to 1 if you have the <sys/prctl.h> header file. */
|
/external/compiler-rt/lib/dfsan/ |
done_abilist.txt | 116 fun:prctl=discard
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
sigsys_handlers.cc | 30 #define SECCOMP_MESSAGE_PRCTL_CONTENT "prctl() failure"
|
/external/valgrind/include/ |
pub_tool_libcproc.h | 83 extern Int VG_(prctl) (Int option,
|
/frameworks/native/cmds/dumpstate/ |
utils.cpp | 38 #include <sys/prctl.h> 752 prctl(PR_SET_PDEATHSIG, SIGKILL); 825 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { 826 MYLOGE("prctl(PR_SET_KEEPCAPS) failed: %s\n", strerror(errno)); [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 116 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; method in interface:Os
|