Rename SCHED_CHANGE_PRI to better describe functionality.
[bertos.git] / bertos / kern / proc_p.h
index 3316594eb1feb2beeee634264378637526f19e64..eea495f611cc5294d2b4deb3c730ad61a01c30c7 100644 (file)
@@ -144,7 +144,7 @@ extern REGISTER List     ProcReadyList;
  *
  * \note Performance could be improved with a different implementation of priority list.
  */
-INLINE void SCHED_CHANGE_PRI(struct Process *proc)
+INLINE void sched_reenqueue(struct Process *proc)
 {
        IRQ_ASSERT_DISABLED();
        LIST_ASSERT_VALID(&ProcReadyList);