.. |
Make.defs
|
SMP: Introduce a new global IRQ clearing logic and tasklist protection.
|
2018-01-31 15:35:36 +09:00 |
sched_addblocked.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_addprioritized.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_addreadytorun.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_cpuload_oneshot.c
|
CPU load: Correct computation of the nominal period to use when the source is a oneshot timer.
|
2017-01-22 07:12:22 -06:00 |
sched_cpuload.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_cpupause.c
|
sched_note: Extend OS instrumentation to include some SMP events.
|
2016-11-27 17:14:57 -06:00 |
sched_cpuselect.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_foreach.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_free.c
|
Miscellaneous fixes from astyle tool.
|
2017-08-14 17:19:27 -06:00 |
sched_garbage.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_getaffinity.c
|
sched/: Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23). Add new nxsched_setscheduler() and nxsched_getaffinity() which are equivalent to their counterparts without the nx on front. These versions do not modify the errno value. Changed all calls within the OS to use these newer versions of the functions.
|
2018-01-30 16:16:41 -06:00 |
sched_getfiles.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_getparam.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_getscheduler.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_getsockets.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_getstreams.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_gettcb.c
|
Implement sched_setaffinity() and sched_getaffinity()
|
2016-02-19 19:18:54 -06:00 |
sched_idletask.c
|
Miscellaneous fixes from astyle tool.
|
2017-08-14 17:19:27 -06:00 |
sched_lock.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_lockcount.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_mergepending.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_mergeprioritized.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_note.c
|
SMP: Introduce spin_lock_wo_note() and spin_unlock_wo_note()
|
2018-01-17 13:29:42 +09:00 |
sched_processtimer.c
|
Miscellaneous fixes from astyle tool.
|
2017-08-14 17:19:27 -06:00 |
sched_releasetcb.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_removeblocked.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_removereadytorun.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_reprioritize.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_resumescheduler.c
|
SMP: Introduce a new global IRQ clearing logic and tasklist protection.
|
2018-01-31 15:35:36 +09:00 |
sched_roundrobin.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_rrgetinterval.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_self.c
|
sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:44:41 -06:00 |
sched_setaffinity.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_setparam.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_setpriority.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_setscheduler.c
|
sched/: Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23). Add new nxsched_setscheduler() and nxsched_getaffinity() which are equivalent to their counterparts without the nx on front. These versions do not modify the errno value. Changed all calls within the OS to use these newer versions of the functions.
|
2018-01-30 16:16:41 -06:00 |
sched_sporadic.c
|
Squashed commit of the following:
|
2018-01-30 11:08:18 -06:00 |
sched_suspendscheduler.c
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
sched_tasklistlock.c
|
SMP: Introduce a new global IRQ clearing logic and tasklist protection.
|
2018-01-31 15:35:36 +09:00 |
sched_timerexpiration.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_unlock.c
|
Miscellaneous fixes from astyle tool.
|
2017-08-14 17:19:27 -06:00 |
sched_verifytcb.c
|
Update some comments.
|
2017-09-11 14:27:02 -06:00 |
sched_wait.c
|
Miscellaneous fixes from astyle tool.
|
2017-08-14 17:19:27 -06:00 |
sched_waitid.c
|
Squashed commit of the following:
|
2017-10-07 08:22:18 -06:00 |
sched_waitpid.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched_yield.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
sched.h
|
SMP: Introduce a new global IRQ clearing logic and tasklist protection.
|
2018-01-31 15:35:36 +09:00 |