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

<<111213141516

  /system/extras/simpleperf/
cmd_stat.cpp 21 #include <sys/prctl.h>
323 prctl(PR_SET_PDEATHSIG, SIGHUP, 0, 0, 0);
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 22 #include <sys/prctl.h>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 29 #include <sys/prctl.h> // for PR_* definitions
  /external/v8/src/base/platform/
platform-linux.cc 13 #include <sys/prctl.h>
  /frameworks/av/media/libnblog/
PerformanceAnalysis.cpp 32 #include <sys/prctl.h>
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_color_manager.cpp 37 #include <sys/prctl.h>
  /system/core/init/
service.cpp 24 #include <sys/prctl.h>
141 if (prctl(PR_SET_NAME, name_.c_str()) == -1) {
286 unsigned long securebits = prctl(PR_GET_SECUREBITS);
288 PLOG(FATAL) << "prctl(PR_GET_SECUREBITS) failed for " << name_;
291 if (prctl(PR_SET_SECUREBITS, securebits) != 0) {
292 PLOG(FATAL) << "prctl(PR_SET_SECUREBITS) failed for " << name_;
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 75 dumpable = Os.prctl(OsConstants.PR_GET_DUMPABLE, 0, 0, 0, 0);
76 Os.prctl(OsConstants.PR_SET_DUMPABLE, 1, 0, 0, 0);
81 Os.prctl(OsConstants.PR_SET_DUMPABLE, dumpable, 0, 0, 0);
    [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");
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 596 #include <sys/prctl.h>
669 if (prctl(43, 0, 0, 0, 0)) {
679 if (prctl(44)) {
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 34 #include <sys/prctl.h>
193 ret = VG_(prctl) (PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0);
196 ret = VG_(prctl) (PR_SET_PTRACER, 1, 0, 0, 0);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 39 #include <sys/prctl.h>
  /external/minijail/linux-x86/
libconstants.gen.c 5 #include <linux/prctl.h>
    [all...]
  /external/strace/linux/32/
syscallent.h 175 [167] = { 5, 0, SEN(prctl), "prctl" },
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 39 #include <sys/prctl.h>
  /libcore/luni/src/main/java/libcore/io/
Os.java 128 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; method in interface:Os
  /system/core/debuggerd/
crash_dump.cpp 21 #include <sys/prctl.h>
  /system/core/libmemunreachable/
Allocator.cpp 47 // prctl
158 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, reinterpret_cast<uintptr_t>(ptr), size,
  /external/dnsmasq/src/
dnsmasq.c 411 if (capset(hdr, data) == -1 || prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) == -1)
450 prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
  /external/strace/linux/64/
syscallent.h 168 [167] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/avr32/
syscallent.h 177 [148] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/hppa/
syscallent.h 178 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/x86_64/
syscallent.h 158 [157] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/xtensa/
syscallent.h 126 [130] = { 5, 0, SEN(prctl), "prctl" },

Completed in 1399 milliseconds

<<111213141516