incubator-nuttx/sched/clock
yinshengkai 02eb280302 arch/perf: modify the return value of up_perf_gettime to clock_t
When using alarm_arch implementation, 64-bit time can be returned. Using unsign long will cause precision loss.

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-10-10 23:17:14 +08:00
..
CMakeLists.txt clock: correct compile failed 2024-09-29 18:18:01 +08:00
Make.defs clock: correct compile failed 2024-09-29 18:18:01 +08:00
clock.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock.h clock: take clock_abstime2ticks() as MACRO 2024-09-12 18:14:39 +08:00
clock_adjtime.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock_dow.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock_gettime.c Make each function of SCHED_CRITMONITOR independent 2024-09-19 03:16:14 +08:00
clock_initialize.c clock: use clock_timespec_add/subtract to optimize code 2024-09-12 18:14:39 +08:00
clock_perf.c arch/perf: modify the return value of up_perf_gettime to clock_t 2024-10-10 23:17:14 +08:00
clock_realtime2absticks.c clock: correct compile failed 2024-09-29 18:18:01 +08:00
clock_settime.c clock: refactor clock_gettime clock_settime 2024-09-12 18:14:39 +08:00
clock_systime_ticks.c clock: refactor clock_systime_timespec() & clock_systime_ticks() 2024-09-12 18:14:39 +08:00
clock_systime_timespec.c clock: refactor clock_systime_timespec() & clock_systime_ticks() 2024-09-12 18:14:39 +08:00
clock_timekeeping.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock_timekeeping.h sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00