incubator-nuttx/libs/libc/sched
ligd 6a2c03732f clock: Replace all ts and tick conversion functions
Using the ts/tick conversion functions provided in clock.h

Do this caused we want speed up the time calculation, so change:
clock_time2ticks, clock_ticks2time, clock_timespec_add,
clock_timespec_compare, clock_timespec_subtract... to MACRO

Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-09-12 18:14:39 +08:00
..
CMakeLists.txt clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
Make.defs clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
clock_getcpuclockid.c sched/clock: move clock_getcpuclockid() and clock_getres() to libc 2023-07-07 17:39:39 -03:00
clock_getres.c sched/clock: move clock_getcpuclockid() and clock_getres() to libc 2023-07-07 17:39:39 -03:00
sched_backtrace.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
sched_cpucount.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
sched_dumpstack.c sched: modify dump_stack log level 2024-08-24 11:20:59 +08:00
sched_getprioritymax.c sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR 2023-01-30 03:01:03 +02:00
sched_getprioritymin.c sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR 2023-01-30 03:01:03 +02:00
task_cancelpt.c task/pthread_cancelpt: Move cancel point handling to libc, data to TLS 2023-11-15 08:52:04 -08:00
task_setcancelstate.c task/pthread_cancelpt: Move cancel point handling to libc, data to TLS 2023-11-15 08:52:04 -08:00
task_setcanceltype.c task/pthread_cancelpt: Move cancel point handling to libc, data to TLS 2023-11-15 08:52:04 -08:00
task_startup.c libc: Move cxx_initialize.c from libc/sched/ to libc/misc 2022-05-04 08:58:43 +02:00
task_testcancel.c task/pthread_cancelpt: Move cancel point handling to libc, data to TLS 2023-11-15 08:52:04 -08:00