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
…
sig_action.c
…
sig_allocpendingsigaction.c
…
sig_cleanup.c
…
sig_default.c
…
sig_deliver.c
…
sig_dispatch.c
…
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
This commit adds internal versions of the signal interfaces:
2017-10-06 08:28:20 -06:00
sig_pending.c
…
sig_ppoll.c
…
sig_procmask.c
…
sig_pselect.c
…
sig_queue.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
sig_releasependingsigaction.c
…
sig_releasependingsignal.c
…
sig_removependingsignal.c
…
sig_sleep.c
…
sig_suspend.c
…
sig_timedwait.c
…
sig_unmaskpendingsignal.c
sched/signal/sig_suspend.c: sigsuspend() shouldn't eat the pending signal but dispatch all instead
2018-11-08 07:39:37 -06:00
sig_usleep.c
…
sig_waitinfo.c
…
signal.h
…