nuttx/sched/timer
chao.an 723698c787 sched/timer: add support of CLOCK_MONOTONIC
Reference here:
https://pubs.opengroup.org/onlinepubs/009695399/functions/timer_create.html

DESCRIPTION
...
  Each implementation shall define a set of clocks that can be
  used as timing bases for per-process timers. All implementations
  shall support a clock_id of CLOCK_REALTIME.

  *** If the Monotonic Clock option is supported, implementations shall
  support a clock_id of CLOCK_MONOTONIC. ***
...

Change-Id: Ia8e7302ed4a7e9ec11a0059bd68e9674ea942001
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-09 15:01:36 -03:00
..
Make.defs
timer_create.c sched/timer: add support of CLOCK_MONOTONIC 2020-11-09 15:01:36 -03:00
timer_delete.c
timer_getitimer.c
timer_getoverrun.c
timer_gettime.c
timer_initialize.c
timer_release.c
timer_setitimer.c
timer_settime.c sched/timer: add support of CLOCK_MONOTONIC 2020-11-09 15:01:36 -03:00
timer.h sched/timer: add support of CLOCK_MONOTONIC 2020-11-09 15:01:36 -03:00