/external/strace/linux/microblaze/ |
syscallent.h | 127 [ 97] = { 3, 0, SEN(setpriority), "setpriority" },
|
/external/strace/linux/x32/ |
syscallent.h | 142 [141] = { 3, 0, SEN(setpriority), "setpriority" },
|
/external/tcpdump/ |
tcpdump.c | [all...] |
/art/runtime/jit/ |
profile_saver.cc | 52 int result = setpriority(PRIO_PROCESS, pthread_gettid_np(thread), priority); 54 LOG(ERROR) << "Failed to setpriority to :" << priority; [all...] |
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 641 if (setpriority(PRIO_PROCESS, tid, kSystemDaemonNiceValue) != 0) { 642 PLOG(INFO) << *self << " setpriority(PRIO_PROCESS, " << tid << ", "
|
/frameworks/av/media/libaudioclient/ |
AudioRecord.cpp | 370 setpriority(PRIO_PROCESS, 0, mPreviousPriority); [all...] |
AudioTrack.cpp | 674 setpriority(PRIO_PROCESS, 0, mPreviousPriority); 716 setpriority(PRIO_PROCESS, 0, mPreviousPriority); [all...] |
/frameworks/rs/ |
rsContext.cpp | 273 // setPriority will make the adjustments as needed. 274 rsc->setPriority(RS_THREAD_PRIORITY_NORMAL_GRAPHICS); 400 void Context::setPriority(int32_t p) { 423 setpriority(PRIO_PROCESS, mNativeThreadId, p); 424 mHal.funcs.setPriority(this, mThreadPriority); 826 rsc->setPriority(p);
|
/system/extras/micro_bench/ |
micro_bench.cpp | [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsysnum_dragonfly_amd64.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, int prio); }
|
zsysnum_freebsd_386.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, \
|
zsysnum_freebsd_amd64.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, \
|
zsysnum_freebsd_arm.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, \
|
/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_dragonfly_amd64.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, int prio); }
|
zsysnum_freebsd_386.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, \
|
zsysnum_freebsd_amd64.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, \
|
zsysnum_freebsd_arm.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, \
|
/external/ppp/pppd/ |
main.c | [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 288 void RsdCpuReferenceImpl::setPriority(int32_t priority) { 290 setpriority(PRIO_PROCESS, mWorkers.mNativeThreadId[ct], priority); [all...] |
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_session.cpp | [all...] |
/system/core/init/ |
service.cpp | 284 if (setpriority(PRIO_PROCESS, 0, priority_) != 0) { 285 PLOG(FATAL) << "setpriority failed for " << name_; [all...] |
/external/valgrind/memcheck/tests/arm64-linux/ |
scalar.stderr.exp | 579 Syscall param setpriority(which) contains uninitialised byte(s) 586 Syscall param setpriority(who) contains uninitialised byte(s) 590 Syscall param setpriority(prio) contains uninitialised byte(s) [all...] |
/frameworks/native/cmds/dumpstate/ |
dumpstate.cpp | [all...] |
/frameworks/native/cmds/installd/ |
dexopt.cpp | 522 if (setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND) < 0) { 523 ALOGE("setpriority failed: %s\n", strerror(errno)); [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
copybit_c2d.cpp | 219 setpriority(PRIO_PROCESS, 0, HAL_PRIORITY_URGENT_DISPLAY); [all...] |