incubator-nuttx/sched/timer
Gregory Nutt 4810499d3a Squashed commit of the following:
Replace all calls to sigqueue() in the OS proper with calls to nxsig_queue() to avoid accessing the errno variable.

    sched/signal:  Add nxsig_queue() which is functionally equivalent to sigqueue() except that it does not modify the errno variable.
2017-10-07 10:57:09 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
timer.h sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:32:11 -06:00
timer_create.c Fixes for problems found by Coverity in the nuttx repository: 2017-09-25 07:17:09 -06:00
timer_delete.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
timer_getoverrun.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
timer_gettime.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
timer_initialize.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
timer_release.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
timer_settime.c Squashed commit of the following: 2017-10-07 10:57:09 -06:00