标签: linux-kernel schedule nice
我尝试将进程的负值设为负,例如:syscall为nice(int inc)或setpriority(int which, id_t who, int prio)时为-20,我使用ps命令进行了检查,即使syscall不返回错误也无法正常工作。仅接受正值。负值时,nice值默认设置为0。 你能帮我解释一下吗?谢谢
nice(int inc)
setpriority(int which, id_t who, int prio)