nuttx/sched/sched
2020-02-02 07:36:34 -08:00
..
Make.defs sched/sched/sched_getcpu.c: Implement non-standard interface. 2020-01-31 20:25:15 +00:00
sched_addblocked.c
sched_addprioritized.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched_addreadytorun.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_continue.c
sched_cpuload_oneshot.c sched/sched and include/nuttx/arch.h: Rename sched_process_cpuload to nxsched_process_cpuload. All internal sched_ functions should be prefixed with nx. Remove duplicate prototype from nuttx/arch.h. 2019-03-20 08:01:27 -06:00
sched_cpuload_period.c sched/sched and include/nuttx/arch.h: Rename sched_process_cpuload to nxsched_process_cpuload. All internal sched_ functions should be prefixed with nx. Remove duplicate prototype from nuttx/arch.h. 2019-03-20 08:01:27 -06:00
sched_cpuload.c Documenation/, configs/: ix typos and one HTML syntax error. Fix HTML syntax error in Documentation/NfsHowto.html: <coce> -> <code> html tag. 2019-07-30 16:10:15 -06:00
sched_cpupause.c
sched_cpuselect.c
sched_critmonitor.c tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
sched_foreach.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
sched_free.c
sched_garbage.c sched/sched: Rename all internal, static functions from sched_* to nxsched_* to indicate that they are NuttX internal functions. This is only a start. Eventually, need to rename all sched_ functions prototyped in sched/sched/sched.h and in include/nuttx with nxsched_. 2019-02-03 14:18:39 -06:00
sched_getaffinity.c
sched_getcpu.c sched/sched/sched_getcpu.c: All new files should have Apache 2.0 headers. 2020-02-02 07:36:34 -08:00
sched_getfiles.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched_getparam.c
sched_getscheduler.c
sched_getsockets.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
sched_getstreams.c CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
sched_gettcb.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched_idletask.c Squashed commit of the following: 2019-02-04 16:20:35 -06:00
sched_lock.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_lockcount.c
sched_mergepending.c sched_mergepending.c: Correct some errors in comments. (#38) 2020-01-04 14:06:44 -03:00
sched_mergeprioritized.c
sched_note.c Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
sched_processtimer.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_releasetcb.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_removeblocked.c
sched_removereadytorun.c
sched_reprioritize.c
sched_resumescheduler.c tools/nxstyle.c: Add logic to detect a blank line following a left brace or a blank line preceding a right brace. 2019-03-10 09:53:33 -06:00
sched_roundrobin.c Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 2019-09-11 08:56:56 -06:00
sched_rrgetinterval.c Fix typos in preceding commit. 2019-09-10 10:06:36 -06:00
sched_self.c
sched_setaffinity.c
sched_setparam.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_setpriority.c sched/sched: Rename all internal, static functions from sched_* to nxsched_* to indicate that they are NuttX internal functions. This is only a start. Eventually, need to rename all sched_ functions prototyped in sched/sched/sched.h and in include/nuttx with nxsched_. 2019-02-03 14:18:39 -06:00
sched_setscheduler.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_sporadic.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_suspend.c
sched_suspendscheduler.c
sched_tasklistlock.c
sched_thistask.c tools/nxstyle.c: Correct detection of missing blank line following a block comment. 2019-11-09 08:15:12 -06:00
sched_timerexpiration.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_unlock.c Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 2019-09-11 08:56:56 -06:00
sched_verifytcb.c
sched_wait.c
sched_waitid.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_waitpid.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
sched_yield.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched.h drivers/syslog/ramlog.c: Fix ramlog readers never woken up when using ramlog as syslog or console. 2019-11-14 07:40:35 -06:00