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:
Gregory Nutt
2020-05-09 08:04:45 -06:00
committed by Alan Carvalho de Assis
parent 8b289023bf
commit a4218e2144
223 changed files with 604 additions and 604 deletions
+2 -2
View File
@@ -114,8 +114,8 @@
"sched_getcpu","sched.h","defined(CONFIG_SMP)","int"
"sched_getparam","sched.h","","int","pid_t","FAR struct sched_param *"
"sched_getscheduler","sched.h","","int","pid_t"
"sched_get_stackinfo","nuttx/sched.h","","int","pid_t","FAR struct stackinfo_s *"
"sched_getstreams","nuttx/sched.h","CONFIG_NFILE_STREAMS > 0","FAR struct streamlist *"
"nxsched_get_stackinfo","nuttx/sched.h","","int","pid_t","FAR struct stackinfo_s *"
"nxsched_get_streams","nuttx/sched.h","CONFIG_NFILE_STREAMS > 0","FAR struct streamlist *"
"sched_lock","sched.h","","int"
"sched_lockcount","sched.h","","int"
"sched_rr_get_interval","sched.h","","int","pid_t","struct timespec *"
1 _exit unistd.h void int
114 sched_getcpu sched.h defined(CONFIG_SMP) int
115 sched_getparam sched.h int pid_t
116 sched_getscheduler sched.h int pid_t
117 sched_get_stackinfo nxsched_get_stackinfo nuttx/sched.h int pid_t
118 sched_getstreams nxsched_get_streams nuttx/sched.h CONFIG_NFILE_STREAMS > 0 FAR struct streamlist *
119 sched_lock sched.h int
120 sched_lockcount sched.h int
121 sched_rr_get_interval sched.h int pid_t