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
+3 -3
View File
@@ -157,7 +157,7 @@
<ul>
<a href="#osstart">4.7.1 <code>nx_start()</code></a><br>
<a href="#listmgmt">4.7.2 OS List Management APIs</a><br>
<a href="#schedprocesstimer">4.7.3 <code>sched_process_timer()</code></a><br>
<a href="#schedprocesstimer">4.7.3 <code>nxsched_process_timer()</code></a><br>
<a href="#schedtimerexpiration">4.7.4 <code>sched_timer_expiration()</code></a><br>
<a href="#schedalarmexpiration">4.7.5 <code>sched_alarm_expiration()</code></a><br>
<a href="#irqdispatch">4.7.6 <code>irq_dispatch()</code></a>
@@ -3945,11 +3945,11 @@ void lpwork_restorepriority(uint8_t reqprio);
<b><i>To be provided</i></b>
</p>
<h3><a name="schedprocesstimer">4.7.3 <code>sched_process_timer()</code></a></h3>
<h3><a name="schedprocesstimer">4.7.3 <code>nxsched_process_timer()</code></a></h3>
<p><b>Function Prototype</b>:</p>
<ul><pre>
#include &lt;nuttx/arch.h&gt;
void sched_process_timer(void);
void nxsched_process_timer(void);
</pre></ul>
<p><b>Description</b>.