incubator-nuttx/sched/signal
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 1. SMP: Fix an assertion. SMP-specific change accidentally made in non-SMP code 2016-02-18 08:34:54 -06:00
sig_allocatependingsigaction.c
sig_cleanup.c 1. SMP: Fix an assertion. SMP-specific change accidentally made in non-SMP code 2016-02-18 08:34:54 -06:00
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 1. SMP: Fix an assertion. SMP-specific change accidentally made in non-SMP code 2016-02-18 08:34:54 -06:00
sig_initialize.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
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 1. SMP: Fix an assertion. SMP-specific change accidentally made in non-SMP code 2016-02-18 08:34:54 -06:00
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 1. SMP: Fix an assertion. SMP-specific change accidentally made in non-SMP code 2016-02-18 08:34:54 -06:00
sig_suspend.c
sig_timedwait.c
sig_unmaskpendingsignal.c
sig_waitinfo.c
signal.h 1. SMP: Fix an assertion. SMP-specific change accidentally made in non-SMP code 2016-02-18 08:34:54 -06:00