incubator-nuttx/sched/pthread
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 sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Make.defs sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread.h sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_barrierwait.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_cancel.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_completejoin.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_condbroadcast.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_condclockwait.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_condsignal.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_condwait.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_create.c clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
pthread_detach.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_exit.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_findjoininfo.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_getaffinity.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_getschedparam.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_join.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutex.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutexconsistent.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutexdestroy.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutexinconsistent.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutexinit.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutextimedlock.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutextrylock.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutexunlock.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_release.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_sem.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_setaffinity.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_setschedparam.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_setschedprio.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_sigmask.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00