/prebuilts/gdb/linux-x86/share/gdb/syscalls/ |
s390-linux.xml | 168 <syscall name="prctl" number="172"/>
|
s390x-linux.xml | 145 <syscall name="prctl" number="172"/>
|
sparc-linux.xml | 163 <syscall name="prctl" number="147"/>
|
sparc64-linux.xml | 146 <syscall name="prctl" number="147"/>
|
/prebuilts/go/darwin-x86/src/syscall/ |
mkerrors.sh | 101 #include <sys/prctl.h>
|
/prebuilts/go/linux-x86/src/syscall/ |
mkerrors.sh | 101 #include <sys/prctl.h>
|
/toolchain/binutils/binutils-2.25/libiberty/ |
config.in | 338 /* Define to 1 if you have the <sys/prctl.h> header file. */
|
/device/htc/flounder/audio/visualizer/ |
nv_offload_visualizer.c | 24 #include <sys/prctl.h> 292 prctl(PR_SET_NAME, (unsigned long)"visualizer capture", 0, 0, 0); [all...] |
/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/e2fsprogs/ |
configure.in | 877 sys/prctl.h 1052 prctl [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 24 #include <sys/prctl.h> 336 prctl(PR_SET_NAME, (unsigned long)"visualizer capture", 0, 0, 0); [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 36 #include <sys/prctl.h> 653 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
|
/art/runtime/ |
runtime.cc | 23 #include <sys/prctl.h> 547 // Only 64-bit as prctl() may fail in 32 bit userspace on a 64-bit kernel. 550 CHECK_EQ(prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY), 0); [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 865 return 0 == prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); 914 // Check if prctl(PR_SET_NAME) is supported. Return if not. [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
copybit_c2d.cpp | 22 #include <sys/prctl.h> 218 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
copybit_c2d.cpp | 22 #include <sys/prctl.h> 218 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
copybit_c2d.cpp | 22 #include <sys/prctl.h> 217 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 22 #include <sys/prctl.h> 218 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
copybit_c2d.cpp | 22 #include <sys/prctl.h> 217 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); [all...] |
/hardware/qcom/display/msm8996/libcopybit/ |
copybit_c2d.cpp | 22 #include <sys/prctl.h> 220 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0); [all...] |
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_session.cpp | 38 #include <sys/prctl.h> [all...] |
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_session.cpp | 28 #include <sys/prctl.h> [all...] |
/prebuilts/android-emulator/linux-x86_64/bin/ |
resize2fs | |
/art/test/etc/ |
run-test-jar | 540 # prctl call may fail in 32-bit on an older (3.2) 64-bit Linux kernel. Fall back to timeout.
|
/bionic/libc/ |
SYSCALLS.TXT | 83 int prctl(int, unsigned long, unsigned long, unsigned long, unsigned long) all
|