HomeSort by relevance Sort by last modified time
    Searched refs:prctl (Results 1 - 25 of 65) sorted by null

1 2 3

  /bionic/libc/include/sys/
prctl.h 31 #include <linux/prctl.h>
35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
prctl.h 31 #include <linux/prctl.h>
35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
prctl.h 31 #include <linux/prctl.h>
35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
prctl.h 31 #include <linux/prctl.h>
35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
prctl.h 31 #include <linux/prctl.h>
35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
prctl.h 31 #include <linux/prctl.h>
35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
prctl.h 31 #include <linux/prctl.h>
35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
  /external/opencore/oscl/oscl/config/android/
osclconfig_proc.h 42 #include <sys/prctl.h>
46 #define OSCL_SET_THREAD_NAME(name) prctl(PR_SET_NAME,(unsigned long)name,0,0,0)
  /bionic/libc/arch-arm/syscalls/
prctl.S 5 .type prctl, #function
6 .globl prctl
10 prctl: label
  /bionic/libc/arch-sh/syscalls/
prctl.S 5 .type prctl, @function
6 .globl prctl
9 prctl: label
  /bionic/libc/arch-x86/syscalls/
prctl.S 5 .type prctl, @function
6 .globl prctl
9 prctl: label
  /system/core/libcutils/
process_name.c 26 #include <sys/prctl.h>
49 prctl(PR_SET_NAME, (unsigned long) new_name, 0, 0, 0);
51 prctl(PR_SET_NAME, (unsigned long) new_name + len - 15, 0, 0, 0);
  /external/e2fsprogs/lib/ss/
pager.c 32 #include <sys/prctl.h>
49 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_systhread.c 30 #include <sys/prctl.h>
  /external/bluetooth/bluez/common/
android_bluez.c 31 #include <sys/prctl.h>
40 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/e2fsprogs/lib/blkid/
cache.c 22 #include <sys/prctl.h>
42 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/e2fsprogs/lib/et/
error_message.c 24 #include <sys/prctl.h>
124 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /hardware/ril/rild/
rild.c 33 #include <linux/prctl.h>
87 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 81 #include <linux/prctl.h>
115 prctl(PR_SET_NAME, (unsigned long)"AACComponent", 0, 0, 0);
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_CompThread.c 80 #include <linux/prctl.h>
114 prctl(PR_SET_NAME, (unsigned long)"MP3Component", 0, 0, 0);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_ComponentThread.c 70 #include <linux/prctl.h>
99 prctl(PR_SET_NAME, (unsigned long)"WBAMRComponent", 0, 0, 0);
  /external/opencore/android/
android_audio_stream.cpp 24 #include <sys/prctl.h>
  /dalvik/vm/native/
dalvik_system_Zygote.c 30 # include <sys/prctl.h>
311 if (prctl(PR_SET_DUMPABLE, 1, 0, 0, 0) < 0) {
367 err = prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/wpa_supplicant/
os_unix.c 21 #include <linux/prctl.h>
187 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_unix.c 21 #include <linux/prctl.h>
226 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);

Completed in 216 milliseconds

1 2 3