incubator-nuttx/sched/signal
Gregory Nutt 83cdb0c552 Squashed commit of the following:
libc/semaphore:  Add nxsem_getvalue() which is identical to sem_getvalue() except that it never modifies the errno variable.  Changed all references to sem_getvalue in the OS to nxsem_getvalue().

    sched/semaphore:  Rename all internal private functions from sem_xyz to nxsem_xyz.  The sem_ prefix is (will be) reserved only for the application semaphore interfaces.

    libc/semaphore:  Add nxsem_init() which is identical to sem_init() except that it never modifies the errno variable.  Changed all references to sem_init in the OS to nxsem_init().

    sched/semaphore:  Rename sem_tickwait() to nxsem_tickwait() so that it is clear this is an internal OS function.

    sched/semaphoate:  Rename sem_reset() to nxsem_reset() so that it is clear this is an internal OS function.
2017-10-03 12:52:31 -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 Break up some long lines 2017-06-14 13:42:56 -06:00
sig_dispatch.c Squashed commit of the following: 2017-10-03 12:52:31 -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
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 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
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
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 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
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