mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
include/nuttx/sched.h: Make naming of all internal names consistent:
1. Add internal scheduler functions should begin with nxsched_, not sched_ 2. Follow the consistent naming patter of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
8b289023bf
commit
a4218e2144
@@ -131,7 +131,7 @@ Status
|
||||
Several fixes were needed mostly due to: (1) The new version of
|
||||
this_task() that calls sched_lock() and sched_unlock(), and (2) to
|
||||
deferred setting g_cpu_irqlock(). That latter setting is now deferred
|
||||
until sched_resume_scheduler() runs. These commits were made:
|
||||
until nxsched_resume_scheduler() runs. These commits were made:
|
||||
|
||||
commit 50ab5d638a37b539775d1e60085f182bf26be57f
|
||||
sched/task: It is not appropriate for logic in nxtask_exit() to call
|
||||
|
||||
Reference in New Issue
Block a user