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
4adda9d428
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
2015-05-23 17:08:35 -06:00
..
Make.defs
…
sig_action.c
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
2015-05-23 17:08:35 -06:00
sig_allocatependingsigaction.c
…
sig_cleanup.c
…
sig_deliver.c
…
sig_dispatch.c
If HAVE_GROUP_MEMBERS is not defined, then pthread_kill() really is the same as kill()
2015-05-13 20:34:21 -06:00
sig_findaction.c
…
sig_initialize.c
…
sig_kill.c
Re-implemened pthread_kill(). It as just a simple wrapper around kill() but since the correct dispatching of singles for multi-threaded task groups has been implemented, calling kill() does no work. The corrected implementation of pthread_kill() will direct the signal specifically to the specific pthread and no other.
2015-05-13 14:43:43 -06:00
sig_lowest.c
…
sig_mqnotempty.c
…
sig_nanosleep.c
…
sig_pause.c
…
sig_pending.c
…
sig_procmask.c
…
sig_queue.c
…
sig_releasependingsigaction.c
…
sig_releasependingsignal.c
…
sig_removependingsignal.c
…
sig_suspend.c
…
sig_timedwait.c
Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines.
2015-05-18 08:53:42 -06:00
sig_unmaskpendingsignal.c
…
sig_waitinfo.c
…
signal.h
…