HomeSort by relevance Sort by last modified time
    Searched refs:prctl (Results 226 - 250 of 400) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 44 #include <sys/prctl.h>
77 prctl(PR_SET_PTRACER, child_pid_);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 36 #include <sys/prctl.h>
634 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
  /system/core/libutils/
Threads.cpp 34 #include <sys/prctl.h>
74 // nice/setpriority, and name with prctl.
113 prctl(PR_SET_NAME, (unsigned long) s, 0, 0, 0);
135 // prctl(PR_SET_NAME) only works for self; prctl(PR_SET_THREAD_NAME) was
  /system/core/logd/
LogAudit.cpp 24 #include <sys/prctl.h>
82 prctl(PR_SET_NAME, "logd.auditd");
LogKlog.cpp 24 #include <sys/prctl.h>
224 prctl(PR_SET_NAME, "logd.klogd");
  /external/minijail/
libminijail.c 26 #include <sys/prctl.h>
45 /* Until these are reliably available in linux/prctl.h. */
815 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, NULL) == -1) {
    [all...]
  /bionic/linker/
linker_cfi.cpp 81 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, *shadow_start, kShadowSize, "cfi shadow");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_sgi.h 7 #include <sys/prctl.h>
  /external/iputils/
ping_common.h 22 #include <sys/prctl.h>
  /external/python/cpython2/Python/
thread_sgi.h 7 #include <sys/prctl.h>
  /frameworks/base/cmds/app_process/
app_main.cpp 12 #include <sys/prctl.h>
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 38 #include <sys/prctl.h>
271 int rc = prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
273 *error_msg = CREATE_ERROR("prctl(PR_SET_KEEPCAPS) failed: %s", strerror(errno));
280 for (int i = 0; prctl(PR_CAPBSET_READ, i, 0, 0, 0) >= 0; i++) {
281 int rc = prctl(PR_CAPBSET_DROP, i, 0, 0, 0);
284 ALOGE("prctl(PR_CAPBSET_DROP) failed with EINVAL. Please verify "
287 *error_msg = CREATE_ERROR("prctl(PR_CAPBSET_DROP, %d) failed: %s", i, strerror(errno));
699 // prctl(PR_SET_NO_NEW_PRIVS, 1) afterward, but that breaks SELinux domain transition (see
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
vsync_service.cpp 6 #include <sys/prctl.h>
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_color_manager.cpp 37 #include <sys/prctl.h>
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_color_manager.cpp 37 #include <sys/prctl.h>
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_color_manager.cpp 37 #include <sys/prctl.h>
  /system/core/debuggerd/
debuggerd_test.cpp 21 #include <sys/prctl.h>
467 prctl(PR_SET_DUMPABLE, 0);
487 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) != 0) {
518 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0) != 0) {
  /external/e2fsprogs/lib/ext2fs/
test_io.c 27 #include <sys/prctl.h>
154 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/kmod/testsuite/
testsuite.c 30 #include <sys/prctl.h>
224 prctl(PR_SET_PDEATHSIG, SIGTERM);
  /external/linux-kselftest/tools/testing/selftests/x86/
ldt_gdt.c 26 #include <asm/prctl.h>
27 #include <sys/prctl.h>
  /external/strace/
sys_func.h 178 extern SYS_FUNC(prctl);
  /external/v8/src/base/platform/
platform-posix.cc 55 #include <sys/prctl.h> // NOLINT, for prctl
590 prctl(PR_SET_NAME,
  /external/wpa_supplicant_8/src/utils/
os_unix.c 18 #include <sys/prctl.h>
367 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 23 #include <sys/prctl.h>
455 prctl(PR_GET_DUMPABLE, 0, 0, 0, 0)) {
  /system/bt/udrv/ulinux/
uipc.cc 35 #include <sys/prctl.h>
434 prctl(PR_SET_NAME, (unsigned long)"uipc-main", 0, 0, 0);

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>