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 sched/timer: Update most files to Apache 2.0 2020-03-11 18:39:28 -03:00
timer_create.c sched/timer: add support of CLOCK_MONOTONIC 2020-11-09 15:01:36 -03:00
timer_delete.c sched/timer: Update most files to Apache 2.0 2020-03-11 18:39:28 -03:00
timer_getitimer.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
timer_getoverrun.c sched/timer: Update most files to Apache 2.0 2020-03-11 18:39:28 -03:00
timer_gettime.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
timer_initialize.c sched/timer: Update most files to Apache 2.0 2020-03-11 18:39:28 -03:00
timer_release.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
timer_setitimer.c Fix nxstyle warning 2020-08-22 17:37:21 -06:00
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