.. |
Make.defs
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
sig_action.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_allocpendingsigaction.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_cleanup.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_deliver.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_dispatch.c
|
Squashed commit of the following:
|
2017-10-09 09:06:46 -06:00 |
sig_findaction.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_initialize.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_kill.c
|
Squashed commit of the following:
|
2017-10-07 08:22:18 -06:00 |
sig_lowest.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_mqnotempty.c
|
Squashed commit of the following:
|
2017-10-07 12:16:10 -06:00 |
sig_nanosleep.c
|
Changes from review of clock_nanosleep(): Misplaced right bracket, but return value in one failure case.
|
2017-11-11 18:01:28 -06:00 |
sig_notification.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_pause.c
|
This commit adds internal versions of the signal interfaces:
|
2017-10-06 08:28:20 -06:00 |
sig_pending.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_procmask.c
|
Squashed commit of the following:
|
2017-10-07 12:16:10 -06:00 |
sig_queue.c
|
Squashed commit of the following:
|
2017-10-07 10:57:09 -06:00 |
sig_releasependingsigaction.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_releasependingsignal.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_removependingsignal.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_sleep.c
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
sig_suspend.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_timedwait.c
|
sched/wdog: wd_start() is an internal OS function and should not set the errno value. Reviewed and updated every call to wd_start() to verify if return value is used and if so if the errno value is accessed.
|
2018-01-31 10:09:14 -06:00 |
sig_unmaskpendingsignal.c
|
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
|
2017-10-05 13:25:25 -06:00 |
sig_usleep.c
|
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
|
2017-10-06 10:15:01 -06:00 |
sig_waitinfo.c
|
This commit adds internal versions of the signal interfaces:
|
2017-10-06 08:28:20 -06:00 |
signal.h
|
sched/signal: Add logic to wake up a thread that is waiting on a signal if it is canceled.
|
2017-10-12 08:55:19 -06:00 |