Searched refs:nice (Results 1 – 8 of 8) sorted by relevance
/system/media/audio_utils/ |
D | threads.cpp | 49 const int nice = unified_priority_to_nice(priority); in set_thread_priority() local 55 __func__, tid, new_policy, nice, strerror(errno)); in set_thread_priority() 59 if (setpriority(PRIO_PROCESS, tid, nice) != 0) return -errno; in set_thread_priority() 77 const int nice = getpriority(PRIO_PROCESS, tid); in get_thread_priority() local 79 return nice_to_unified_priority(nice); in get_thread_priority()
|
/system/media/audio_utils/include/audio_utils/ |
D | threads.h | 50 inline int nice_to_unified_priority(int nice) { in nice_to_unified_priority() argument 51 return kDefaultPrio + nice; in nice_to_unified_priority()
|
/system/core/shell_and_utilities/ |
D | README.md | 63 more mount mountpoint mv nbd-client nc netcat netstat nice nl nohup 101 more mount mountpoint mv nbd-client nc netcat netstat nice nl nohup 135 mountpoint mv nbd-client nc netcat netstat nice nl nohup nproc nsenter 169 mountpoint mv nbd-client nc netcat netstat nice nl nohup nproc nsenter 203 mv nbd-client nc netcat netstat nice nl nohup nproc nsenter od partprobe 235 mv **nbd-client** **nc** **netcat** netstat nice nl nohup **nproc** **nsenter** od **partprobe** 264 modinfo modprobe more mount mountpoint mv netstat nice nl nohup od paste 289 mkswap mktemp modinfo **modprobe** more mount mountpoint mv netstat nice 313 mountpoint mv netstat nice nl nohup od paste patch pgrep pidof pkill 334 more mountpoint mv netstat nice nl nohup od paste patch pgrep pidof
|
/system/sepolicy/microdroid/system/private/ |
D | vendor_init.te | 137 # Allow vendor_init to (re)set nice
|
/system/sepolicy/private/ |
D | dex2oat.te | 97 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
D | vendor_init.te | 269 # Allow vendor_init to (re)set nice
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 619 // - there is a nice error if imports are later
|
/system/core/rootdir/ |
D | init.rc | 45 setrlimit nice 40 40
|