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

<<11121314151617181920>>

  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr6/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 26 #include <sys/prctl.h>
216 prctl(PR_SET_NAME, (unsigned long)"sound trigger callback", 0, 0, 0);
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 26 #include <sys/prctl.h>
261 prctl(PR_SET_NAME, (unsigned long)"sound trigger callback", 0, 0, 0);
  /external/android-clat/
clatd.c 24 #include <sys/prctl.h>
169 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/e2fsprogs/lib/ext2fs/
test_io.c 32 #include <sys/prctl.h>
172 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /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_);
  /external/strace/linux/32/
syscallent.h 175 [167] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/64/
syscallent.h 168 [167] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/avr32/
syscallent.h 176 [148] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/hppa/
syscallent.h 177 [172] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/ia64/
syscallent.h 189 [1170] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/mips/
syscallent-n32.h 156 [6153] = { 5, 0, SEN(prctl), "prctl" },
syscallent-n64.h 156 [5153] = { 5, 0, SEN(prctl), "prctl" },
syscallent-o32.h 195 [4192] = { 5, 0, SEN(prctl), "prctl" },
  /external/strace/linux/sparc/
syscallent.h 148 [147] = { 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" },
  /external/wpa_supplicant_8/src/utils/
os_unix.c 16 #include <sys/prctl.h>
338 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 23 #include <sys/prctl.h>
427 prctl(PR_GET_DUMPABLE, 0, 0, 0, 0)) {
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 123 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, arg3, arg4, arg5); }; method in class:ForwardingOs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so 
libpthread.so.0 

Completed in 647 milliseconds

<<11121314151617181920>>