setpriority
extern int setpriority(int which, id_t who, int priority);
return setpriority(PRIO_PROCESS, 0, priority) != -1 ? priority : -1;