incubator-nuttx/sched
Gregory Nutt 5a51702ef2 sched/signal/sig_default.c: Correct an error in signal number usage. Add critical sections (not sure if that is necessary). Update some comments. 2018-08-27 22:32:57 -06:00
..
clock Move clock_timespec_[add|subtract] to include/nuttx/clock.h 2018-08-27 06:04:04 -06:00
environ fs/proc and sched/environ: Add support for a procfs entry that will permit examining the environment of any task. 2018-08-10 10:16:39 -06:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group Merged in masayuki2009/nuttx.nuttx/fix_loadable_elf_with_smp (pull request #706) 2018-08-06 03:36:14 +00:00
init Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
irq sched/irq: Monitor the irq execution time. This is very useful for measuring the interrupt latency. 2018-08-25 07:12:21 -06:00
module configs/olimex-stm32_p407: Add logic to support initialization of the kernel module symbol table installed in the pass2/ directory during the application phase of the build. The kmodule configuration appears to be fully functional. 2018-08-07 10:50:25 -06:00
mqueue Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
paging Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
pthread pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator. 2018-08-23 09:49:20 -06:00
sched include/nuttx/clock.h, sched/sched: Support the CPU load measurement using timer_lowerhalf_s interface 2018-08-24 10:10:57 -06:00
semaphore Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
signal sched/signal/sig_default.c: Correct an error in signal number usage. Add critical sections (not sure if that is necessary). Update some comments. 2018-08-27 22:32:57 -06:00
task Squashed commit of the following: 2018-08-27 11:40:09 -06:00
timer Costmetic changes 2018-08-19 11:19:43 -06:00
wdog Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
wqueue sched/wqueue, libs/libc/wqueue, configs: Remove work queue polling delay to simplify the code logic and save the power. 2018-08-25 14:58:07 -06:00
.gitignore
Kconfig sched/signal: Default Signal Actions. Change some types to superficially simplify. Add configuration options to enabled default signal behaviors on a per-signal basis. I don't think users are prepared for SIGALRM to terminate the task (which is the correct default behavior if you don't change it). Extend the implementation of default signals so that it is totally table driven and extensible by simply mondifying the content of const tables. 2018-08-27 15:37:43 -06:00
Makefile