incubator-nuttx/sched/signal
Arjun Hary b274a97840 Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
..
Make.defs signals: Adds a very limited, minimal implementation for SIGEV_THREAD 2015-12-30 15:01:14 -06:00
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 nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:17:46 -06:00
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 Break up some long lines 2017-06-14 13:42:56 -06:00
sig_dispatch.c Break up some long lines 2017-06-14 13:42:56 -06:00
sig_findaction.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
sig_initialize.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
sig_kill.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
sig_lowest.c Update TODO list 2016-02-17 16:51:58 -06:00
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 clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t 2017-04-21 08:51:31 -06:00
sig_notification.c signals: Adds a very limited, minimal implementation for SIGEV_THREAD 2015-12-30 15:01:14 -06:00
sig_pause.c Remove an unused variable when calling sigwaitinfo() 2017-03-02 13:14:00 +09:00
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 Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
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 nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:17:46 -06:00
sig_releasependingsignal.c nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 08:17:46 -06:00
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 Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sig_timedwait.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
sig_unmaskpendingsignal.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
sig_waitinfo.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
signal.h 1. SMP: Fix an assertion. SMP-specific change accidentally made in non-SMP code 2016-02-18 08:34:54 -06:00