Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly).

This commit is contained in:
Gregory Nutt
2019-03-20 19:27:40 -06:00
parent f6ac82e246
commit b290160b3b
102 changed files with 109 additions and 109 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ int misoc_timer_isr(int irq, void *context, void *arg)
/* Process timer interrupt */
sched_process_timer();
nxsched_process_timer();
return 0;
}
+1 -1
View File
@@ -68,7 +68,7 @@ void up_idle(void)
* "fake" timer interrupts. Hopefully, something will wake up.
*/
sched_process_timer();
nxsched_process_timer();
#else
/* This would be an appropriate place to put some MCU-specific logic to
+1 -1
View File
@@ -68,7 +68,7 @@ void up_idle(void)
* "fake" timer interrupts. Hopefully, something will wake up.
*/
sched_process_timer();
nxsched_process_timer();
#else
/* This would be an appropriate place to put some MCU-specific logic to