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

  /bionic/libc/arch-arm/syscalls/
prctl.S 5 ENTRY(prctl) function
16 END(prctl)
  /bionic/libc/arch-x86/syscalls/
prctl.S 5 .type prctl, @function
6 .globl prctl
9 prctl: label
  /external/chromium/android/
prefix.h 32 #include <sys/prctl.h>
41 #define prctl() (0) macro
  /external/valgrind/main/coregrind/
m_libcproc.c 416 /* Support for prctl. */
417 Int VG_(prctl) (Int option, function
422 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */

Completed in 224 milliseconds