.. |
Make.defs
|
sched/Kconfig: Simplify some configurations. This adds configuration settings that control individual features, rather than long complex OR expressions that determines if an individual feature is required.
|
2018-11-25 11:50:15 -06:00 |
sched_addblocked.c
|
|
|
sched_addprioritized.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
sched_addreadytorun.c
|
|
|
sched_continue.c
|
This commit adds support for default signal actions for SIGSTOP, SIGSTP, and SIGCONT.
|
2018-08-30 10:27:18 -06:00 |
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
|
Critical Section Monitor (sched/ and fs/procfs: Remove SCHED_IRQMONITOR_GETTIME to simplify the clock source selection: (1) Use up_critmon_gettime if SCHED_IRQMONITOR, (2) Call clock_systimespec if SCHED_TICKLESS, (3) Don't collect timing info for all other cases and move up_critmon_* to arch.h avoid the duplicated declaration.
|
2019-01-27 10:13:28 -06: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
|
Revert "This patch prevent heap corruption as in below case."
|
2018-12-20 10:11:36 -06:00 |
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_getfiles.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_getparam.c
|
Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
|
2018-06-16 12:16:13 -06:00 |
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
|
sched/sched/sched_gettcb.c: Fix break in building introduced in a recent commit.
|
2018-11-30 06:40:51 -06:00 |
sched_idletask.c
|
Squashed commit of the following:
|
2019-02-04 16:20:35 -06:00 |
sched_lock.c
|
configs/stm32f4discovery: Add timing support for the critical section monitor using the DWT CYCNT register.
|
2018-11-24 11:06:34 -06:00 |
sched_lockcount.c
|
|
|
sched_mergepending.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
sched_mergeprioritized.c
|
|
|
sched_note.c
|
Fix some warnings found in build testing.
|
2019-01-27 17:23:01 -06:00 |
sched_processtimer.c
|
Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly).
|
2019-03-20 19:27:40 -06:00 |
sched_releasetcb.c
|
binfmt/nxflat.c: Update to last NxFLAT change: The logic must respect the reference count before freeing the dspace memory region.
|
2019-03-12 09:44:18 -06:00 |
sched_removeblocked.c
|
|
|
sched_removereadytorun.c
|
|
|
sched_reprioritize.c
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:39:38 -06:00 |
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
|
|
|
sched_rrgetinterval.c
|
|
|
sched_self.c
|
|
|
sched_setaffinity.c
|
|
|
sched_setparam.c
|
Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
|
2018-06-16 12:16:13 -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
|
Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
|
2018-06-16 12:16:13 -06:00 |
sched_sporadic.c
|
Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
|
2018-06-16 12:16:13 -06:00 |
sched_suspend.c
|
sched/: Add debug assertions before each call to up_block_task() to assure that there is no attempt to block an IDLE task.
|
2018-11-30 06:54:15 -06:00 |
sched_suspendscheduler.c
|
sched/Kconfig: Simplify some configurations. This adds configuration settings that control individual features, rather than long complex OR expressions that determines if an individual feature is required.
|
2018-11-25 11:50:15 -06:00 |
sched_tasklistlock.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
sched_thistask.c
|
|
|
sched_timerexpiration.c
|
Rename sched_alarm_expiration to nxsched_alarm_expiration. That is the appropriate name for an internal sched/ function (still many named incorrectly).
|
2019-03-20 19:34:23 -06:00 |
sched_unlock.c
|
configs/stm32f4discovery: Add timing support for the critical section monitor using the DWT CYCNT register.
|
2018-11-24 11:06:34 -06:00 |
sched_verifytcb.c
|
|
|
sched_wait.c
|
|
|
sched_waitid.c
|
sched/: Correct some naming. The NuttX task groups have been using the acroynum 'gid' and also the type 'gid_t' for the the task group ID. That is incorrect. Than naming is reserved for use with group permissions. So these were all named to grpid and grpid_t so that it is clearer that these refer to NuttX task group IDs, and not to group permissions.
|
2019-08-02 10:01:30 -06:00 |
sched_waitpid.c
|
sched/: Correct some naming. The NuttX task groups have been using the acroynum 'gid' and also the type 'gid_t' for the the task group ID. That is incorrect. Than naming is reserved for use with group permissions. So these were all named to grpid and grpid_t so that it is clearer that these refer to NuttX task group IDs, and not to group permissions.
|
2019-08-02 10:01:30 -06:00 |
sched_yield.c
|
|
|
sched.h
|
Squashed commit of the following:
|
2019-04-29 14:52:05 -06:00 |