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

1 2 3 4 5 6 7 8 91011>>

  /external/iputils/
arping.c 27 #include <sys/prctl.h>
184 if (prctl(PR_SET_KEEPCAPS, 1) < 0) {
185 perror("arping: prctl");
194 if (prctl(PR_SET_KEEPCAPS, 0) < 0) {
195 perror("arping: prctl");
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 30 #include <sys/prctl.h>
484 rc = prctl(PR_CAPBSET_DROP, i, 0, 0, 0);
597 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0))
634 rc = prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0);
661 int rc = prctl(PR_SET_SECUREBITS,
  /system/core/libutils/
Threads.cpp 40 #include <sys/prctl.h>
81 // nice/setpriority, and name with prctl.
120 prctl(PR_SET_NAME, (unsigned long) s, 0, 0, 0);
142 // prctl(PR_SET_NAME) only works for self; prctl(PR_SET_THREAD_NAME) was
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 26 #include <sys/prctl.h>
276 prctl(0, 1);
327 prctl(0, 0);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 45 #include <sys/prctl.h>
140 return 0 == prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0); // NOLINT
149 if (prctl(PR_GET_NAME, (unsigned long)buff, 0, 0, 0)) // NOLINT
  /system/core/logd/
main.cpp 29 #include <sys/prctl.h>
105 if (prctl(PR_SET_KEEPCAPS, 1) < 0) {
241 prctl(PR_SET_NAME, "logd.daemon");
  /external/selinux/policycoreutils/newrole/
newrole.c 78 #include <sys/prctl.h>
551 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) < 0) {
562 if (prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0) < 0) {
593 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) < 0) {
604 if (prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0) < 0) {
631 if (prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0) < 0) {
    [all...]
  /device/huawei/angler/camera/QCamera2/util/
QCameraCmdThread.cpp 32 #include <sys/prctl.h>
110 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
  /device/lge/bullhead/camera/QCamera2/util/
QCameraCmdThread.cpp 32 #include <sys/prctl.h>
110 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.cpp 33 #include <sys/prctl.h>
111 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
  /external/e2fsprogs/contrib/
spd_readdir.c 55 #include <sys/prctl.h>
105 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0)
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 31 #include <sys/prctl.h>
111 if (prctl(PR_GET_NAME, name) != 0)
  /frameworks/av/media/libstagefright/
AACWriter.cpp 19 #include <sys/prctl.h>
294 prctl(PR_SET_NAME, (unsigned long)"AACWriterThread", 0, 0, 0);
  /frameworks/base/cmds/app_process/
app_main.cpp 12 #include <sys/prctl.h>
188 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) < 0) {
  /hardware/qcom/camera/QCamera2/util/
QCameraCmdThread.cpp 33 #define PRCTL_H <SYSTEM_HEADER_PREFIX/prctl.h>
119 prctl(PR_SET_NAME, (unsigned long)name, 0, 0, 0);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_uevents.cpp 25 #include <sys/prctl.h>
318 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_uevents.cpp 25 #include <sys/prctl.h>
325 prctl(PR_SET_NAME, (unsigned long) &thread_name, 0, 0, 0);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 81 #include <sys/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 <sys/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 <sys/prctl.h>
99 prctl(PR_SET_NAME, (unsigned long)"WBAMRComponent", 0, 0, 0);
  /system/connectivity/shill/
process_manager.cc 21 #include <sys/prctl.h>
56 prctl(PR_SET_PDEATHSIG, SIGTERM);
  /system/core/libmemunreachable/
Allocator.cpp 45 // prctl
162 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME,
  /bionic/libc/stdlib/
atexit.c 103 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, p, pgsize,
  /cts/tests/tests/os/jni/seccomp-tests/
local-modifications-android-2.diff 6 #include <linux/prctl.h>
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 460 prctl

Completed in 3205 milliseconds

1 2 3 4 5 6 7 8 91011>>