Searched refs:old_priority (Results 1 – 1 of 1) sorted by relevance
42 const rt_uint8_t old_priority = RT_SCHED_PRIV(self).current_priority; in usb_osal_thread_schedule_other() local44 const rt_uint8_t old_priority = self->current_priority; in usb_osal_thread_schedule_other() local51 rt_thread_control(self, RT_THREAD_CTRL_CHANGE_PRIORITY, (void *)&old_priority); in usb_osal_thread_schedule_other()
Completed in 2 milliseconds