This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
signal
History
Gregory Nutt
7ab149d8e9
Various fixes to get a clean compile with the SDCC compiler. Compile is 'almost' clean.
2019-06-03 16:53:11 -06:00
..
Make.defs
Squashed commit of the following:
2019-05-21 18:57:54 -06:00
sig_action.c
…
sig_allocpendingsigaction.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
sig_cleanup.c
…
sig_default.c
sched/signal/sig_default.c: The abnormal termination handler was just calling exit() conditionally when, for example, Ctrl-C is sent to a task. The abnormal termination handler must obey the rules of cancellation points: If cancelation is disabled, then the abnormal termintion logic must wait for cancelation to be re-enabled; If cancellation is deffered then the abnormal termination logic may have to wait for the victim task to enter or exit a cancellation point.
2019-05-17 07:39:04 -06:00
sig_deliver.c
…
sig_dispatch.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
sig_findaction.c
…
sig_initialize.c
…
sig_kill.c
…
sig_lowest.c
…
sig_nanosleep.c
…
sig_notification.c
Various fixes to get a clean compile with the SDCC compiler. Compile is 'almost' clean.
2019-06-03 16:53:11 -06:00
sig_pause.c
…
sig_pending.c
…
sig_ppoll.c
…
sig_procmask.c
…
sig_pselect.c
…
sig_queue.c
…
sig_releasependingsigaction.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
sig_releasependingsignal.c
…
sig_removependingsignal.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_sleep.c
…
sig_suspend.c
…
sig_timedwait.c
Fix some typos in comments.
2019-04-15 07:56:53 -06:00
sig_unmaskpendingsignal.c
…
sig_usleep.c
…
sig_waitinfo.c
…
signal.h
…