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
5ea77118aa
Explicitly initialize the group tg_exitsem with sem_init(). The existing logic worked because the correct initialization value is all zero, but it is better to initialize the semaphore explicitly. Noted by Jouko Holopainen.
2016-08-10 07:38:07 -06:00
..
Make.defs
…
sig_action.c
…
sig_allocatependingsigaction.c
…
sig_cleanup.c
…
sig_deliver.c
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
2016-06-11 16:42:42 -06:00
sig_dispatch.c
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
2016-06-11 16:42:42 -06:00
sig_findaction.c
…
sig_initialize.c
…
sig_kill.c
…
sig_lowest.c
…
sig_mqnotempty.c
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
2016-06-11 16:42:42 -06:00
sig_nanosleep.c
Explicitly initialize the group tg_exitsem with sem_init(). The existing logic worked because the correct initialization value is all zero, but it is better to initialize the semaphore explicitly. Noted by Jouko Holopainen.
2016-08-10 07:38:07 -06:00
sig_notification.c
…
sig_pause.c
…
sig_pending.c
…
sig_procmask.c
…
sig_queue.c
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
2016-06-11 16:42:42 -06:00
sig_releasependingsigaction.c
…
sig_releasependingsignal.c
…
sig_removependingsignal.c
…
sig_suspend.c
…
sig_timedwait.c
…
sig_unmaskpendingsignal.c
…
sig_waitinfo.c
…
signal.h
…