HomeSort by relevance Sort by last modified time
    Searched defs:prctl (Results 1 - 5 of 5) sorted by null

  /bionic/libc/arch-arm/syscalls/
prctl.S 6 ENTRY(prctl) function
18 END(prctl)
  /bionic/libc/arch-mips/syscalls/
prctl.S 4 .globl prctl
6 .ent prctl
8 prctl: label
22 .end prctl
  /bionic/libc/arch-x86/syscalls/
prctl.S 6 ENTRY(prctl) function
33 END(prctl)
  /external/chromium/android/
prefix.h 32 #include <sys/prctl.h>
41 #define prctl() (0) macro
  /external/valgrind/main/coregrind/
m_libcproc.c 420 /* Support for prctl. */
421 Int VG_(prctl) (Int option, function
426 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */

Completed in 104 milliseconds