Name setpriority
Definition setpriority(tid:val(int),pri:val(priority)):expr(void)
Defined in ctrl.l
Implementation icode
Description Set the priority of the specified thread.
Note Most code need not call setpriority directly; use the higher level functions wait_until, _|_, etc. instead.