incubator-nuttx/libc/signal
Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
..
Make.defs libc/signal: Add support for sigwait(). 2017-11-11 12:37:47 -06:00
sig_addset.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
sig_delset.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
sig_emptyset.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
sig_fillset.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
sig_hold.c
sig_ignore.c
sig_ismember.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
sig_pause.c
sig_raise.c Add sig_raise() 2016-07-04 09:32:36 -06:00
sig_relse.c Signals: Correct implementation of sigset(). It is not just signal() with a different name; it has some additional signal mask handling functionality 2016-04-11 09:04:54 -06:00
sig_set.c Fix some problems in the previous commits: Forgot to update sigset() after change to prototype. Also there was a stray semicolon in the change signal(). 2017-10-08 09:22:00 -06:00
signal.c Fix some problems in the previous commits: Forgot to update sigset() after change to prototype. Also there was a stray semicolon in the change signal(). 2017-10-08 09:22:00 -06:00
sigwait.c libc/signal: Add support for sigwait(). 2017-11-11 12:37:47 -06:00