/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/ |
linux-unistd.h | 48 int prctl (int option, unsigned int arg2, unsigned int arg3, unsigned int arg4, unsigned int arg5);
|
/system/core/libutils/ |
Threads.cpp | 47 #include <sys/prctl.h> 77 // nice/setpriority, and name with prctl. 116 prctl(PR_SET_NAME, (unsigned long) s, 0, 0, 0); 138 // prctl(PR_SET_NAME) only works for self; prctl(PR_SET_THREAD_NAME) was
|
/external/chromium_org/v8/src/ |
platform-linux.cc | 34 #include <sys/prctl.h>
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 24 #include <sys/prctl.h> // for PR_* definitions
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform_linux.cc | 34 #include <sys/prctl.h>
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
sandbox_bpf.cc | 16 #include <sys/prctl.h> 530 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) { 533 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &prog)) { [all...] |
/external/iputils/ |
arping.c | 27 #include <sys/prctl.h> 184 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { 185 perror("arping: prctl"); 194 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { 195 perror("arping: prctl");
|
ping_common.c | 110 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { 111 perror("ping: prctl"); 120 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { 121 perror("ping: prctl");
|
/system/core/adb/ |
adb.c | 40 #include <linux/prctl.h> [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_irix.h | 127 #include <sys/prctl.h>
|
/art/runtime/ |
utils.cc | 44 #include <sys/prctl.h> 952 prctl(PR_SET_NAME, (unsigned long) s, 0, 0, 0); // NOLINT (unsigned long) [all...] |
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_ulinux.c | 148 prctl(PR_SET_NAME, (unsigned long)gki_cb.com.OSTName[p_pthread_info->task_id], 0, 0, 0); 622 prctl(PR_SET_NAME, (unsigned long)"gki timer", 0, 0, 0); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
configure.ac | 141 AC_CHECK_HEADERS(sys/prctl.h) # for thread_lister (needed by leak-checker)
|
/external/dnsmasq/src/ |
dnsmasq.c | 399 if (capset(hdr, data) == -1 || prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) == -1) 458 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); [all...] |
/external/v8/src/ |
platform-linux.cc | 34 #include <sys/prctl.h> 751 prctl(PR_SET_NAME, [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 24 #include <sys/prctl.h> 316 prctl(PR_SET_NAME, (unsigned long)"visualizer capture", 0, 0, 0); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_pan.c | 43 #include <sys/prctl.h>
|
/external/valgrind/main/coregrind/ |
m_libcproc.c | 420 /* Support for prctl. */ 421 Int VG_(prctl) (Int option, function 426 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */
|
/frameworks/av/media/libstagefright/ |
MPEG4Writer.cpp | 24 #include <sys/prctl.h> [all...] |
/bionic/libc/arch-arm/ |
syscalls.mk | 40 syscall_src += arch-arm/syscalls/prctl.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 44 syscall_src += arch-mips/syscalls/prctl.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 44 syscall_src += arch-x86/syscalls/prctl.S
|
/dalvik/vm/ |
Init.cpp | 32 #include <sys/prctl.h> [all...] |
Thread.cpp | 37 #include <sys/prctl.h> [all...] |
/external/openssh/ |
ssh-agent.c | 84 #include <sys/prctl.h> /* For prctl() and PR_SET_DUMPABLE */ 1155 prctl(PR_SET_DUMPABLE, 0); [all...] |