nuttx/sched/signal
Gregory Nutt cf5d17f795 tools/nxstyle: Added logic to parse section headers (#90)
* tools/nxstyle:  Added logic to parse section headers (like Included files, Pre-processor Definitions, etc.) and to assure that the section headers are correct for the file type.  Also (1) verify that #include appears only in the 'Included Files' section and that (2) #define only occurs in the Pre-processor definition section.

    Right now, there are several places where that rule is not followed.  I think most of these are acceptable so these failures only generate warnings, not errors.  The warning means that we need to go look at the offending #define or #include and decide if it is a acceptable usage or not.
2020-01-13 18:08:45 +00:00
..
Make.defs
sig_action.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sig_allocpendingsigaction.c
sig_cleanup.c
sig_default.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sig_deliver.c
sig_dispatch.c arch/arm/src/stm32f0l0g0/Kconfig: Select STM32F0L0G0_PWM when TIM{14-17}_PWM enabled. 2019-11-30 15:34:00 -06:00
sig_findaction.c
sig_initialize.c sched/signal/sig_initialize.c: Add some checks for allocation failures. 2019-09-23 07:49:21 -06:00
sig_kill.c
sig_lowest.c
sig_nanosleep.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sig_notification.c tools/nxstyle: Added logic to parse section headers (#90) 2020-01-13 18:08:45 +00:00
sig_pause.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sig_pending.c
sig_ppoll.c
sig_procmask.c
sig_pselect.c
sig_queue.c Fix some typos 2019-09-17 10:46:23 -06:00
sig_releasependingsigaction.c
sig_releasependingsignal.c
sig_removependingsignal.c
sig_sleep.c Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
sig_suspend.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sig_timedwait.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sig_unmaskpendingsignal.c Re-implements reverted commit 344f7bc9f6 in a way that should not have the undesired side-effect. include/nuttx/sched.h: Add a bit to the TCB flags to indicat the thread is a user thread in a syscall. sched/nuttx/nxsig_dispatch.c: Delay dispatching to signal handlers if within a system call. In all syscall implementations: Process delayed signal handling when exiting system call. 2019-11-28 12:47:36 -06:00
sig_usleep.c Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
sig_waitinfo.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
signal.h