incubator-nuttx/libs/libc/wqueue
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 CMake: fix CMake compile errors during the protected build mode 2024-08-29 01:59:29 +08:00
Kconfig Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
Make.defs Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
work_cancel.c semaphore/_SEM_XX: Remove the _SEM redirection macros as unnecessary 2023-11-27 04:52:54 -08:00
work_queue.c semaphore/_SEM_XX: Remove the _SEM redirection macros as unnecessary 2023-11-27 04:52:54 -08:00
work_usrthread.c clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
wqueue.h Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00