HomeSort by relevance Sort by last modified time
    Searched full:prctl (Results 451 - 475 of 806) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/lib/
config.h.in 290 /* Define to 1 if you have the `prctl' function. */
414 /* Define to 1 if you have the <sys/prctl.h> header file. */
  /external/strace/linux/alpha/
syscallent.h 314 [348] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/arm/
syscallent.h 201 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/bfin/
syscallent.h 201 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/i386/
syscallent.h 201 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/m68k/
syscallent.h 201 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/microblaze/
syscallent.h 201 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/powerpc/
syscallent.h 200 [171] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/powerpc64/
syscallent.h 200 [171] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/s390/
syscallent.h 203 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/s390x/
syscallent.h 192 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/sh/
syscallent.h 203 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/sh64/
syscallent.h 201 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/x32/
syscallent.h 158 [157] = { 5, 0, SEN(prctl), "prctl" },
  /frameworks/native/vulkan/libvulkan/
driver.cpp 23 #include <sys/prctl.h>
516 return (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) >= 0);
  /hardware/libhardware/modules/radio/
radio_hw.c 24 #include <sys/prctl.h>
260 prctl(PR_SET_NAME, (unsigned long)"sound trigger callback", 0, 0, 0);
  /hardware/libhardware/modules/vehicle/
vehicle.c 30 #include <sys/prctl.h>
326 prctl(PR_SET_NAME, (unsigned long)sub->name, 0, 0, 0);
  /system/core/logd/
LogKlog.cpp 24 #include <sys/prctl.h>
235 prctl(PR_SET_NAME, "logd.klogd");
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [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...]
  /external/valgrind/coregrind/
m_libcproc.c 636 /* Support for prctl. */
637 Int VG_(prctl) (Int option, function
642 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */
    [all...]
  /bionic/libc/
libc.arm.brillo.map 722 prctl;
libc.arm.map 722 prctl;
libc.map.txt 746 prctl;
libc.mips.map 720 prctl;

Completed in 1542 milliseconds

<<11121314151617181920>>