mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
sched/: Make more naming consistent
Rename various functions per the quidelines 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
e6a984dc2b
commit
d823a3ab3e
@@ -54,7 +54,7 @@
|
||||
* Name: task_activate
|
||||
*
|
||||
* Description:
|
||||
* This function activates tasks initialized by nxtask_schedsetup().
|
||||
* This function activates tasks initialized by nxtask_setup_scheduler().
|
||||
* Without activation, a task is ineligible for execution by the
|
||||
* scheduler.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user