nuttx/sched/signal
Xiang Xiao deef880dae sched/signal: Make the pre-allocated irq actions configurable
the action can't be dynamically allocated in any irq handler
so it's important to let the user extend the number as needed

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Id30c5d93003e63514c24f2ca0df2f634c4c63c5f
2020-12-20 19:31:59 +01:00
..
Make.defs
sig_action.c
sig_allocpendingsigaction.c sched/signal: Remove redundant checks 2020-11-27 05:18:31 -06:00
sig_cleanup.c
sig_default.c sched/signal/sig_default.c: Fix a comment 2020-10-30 19:57:06 -07:00
sig_deliver.c
sig_dispatch.c sched/signal: Remove redundant checks 2020-11-27 05:18:31 -06:00
sig_findaction.c
sig_initialize.c sched/signal: Make the pre-allocated irq actions configurable 2020-12-20 19:31:59 +01:00
sig_kill.c
sig_lowest.c
sig_nanosleep.c
sig_notification.c sched/signal/sig_notification.c: Fix a syslog format error 2020-11-20 22:22:53 -08:00
sig_pause.c
sig_pending.c
sig_ppoll.c
sig_procmask.c sched/signal/sig_procmask.c: Remove an unnecessary variable 2020-10-24 14:10:20 +01:00
sig_pselect.c
sig_queue.c
sig_releasependingsigaction.c sched/signal: Fix typos 2020-11-03 01:30:14 -08:00
sig_releasependingsignal.c sched/signal: Fix typos 2020-11-03 01:30:14 -08:00
sig_removependingsignal.c
sig_sleep.c
sig_suspend.c
sig_timedwait.c sched/signal/sig_timedwait.c: Fix typo in comment 2020-11-22 18:31:49 -08:00
sig_unmaskpendingsignal.c
sig_usleep.c
sig_waitinfo.c
signal.h sched/signal: Make the pre-allocated irq actions configurable 2020-12-20 19:31:59 +01:00