lwkt_setpri
lwkt_setpri(td, up->up_prio);
lwkt_setpri(std->bnx_rx_std_ithread, TDPRI_INT_MED);
lwkt_setpri(td2, TDPRI_USER_NORM);
lwkt_setpri(td2, TDPRI_KERN_USER);
lwkt_setpri(info->i_thread, TDPRI_SOFT_NORM);
lwkt_setpri(info->i_thread, TDPRI_INT_MED);
lwkt_setpri(*kp->global_threadpp, TDPRI_KERN_DAEMON);
lwkt_setpri(&jo->wthread, TDPRI_KERN_DAEMON);
lwkt_setpri(&jo->rthread, TDPRI_KERN_DAEMON);
void lwkt_setpri(thread_t, int);