mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 21:48:38 +00:00
when enable SYSTEM_TIME64, tick may exceed the int32 range
example:
pthread_cond_clockwait
---->clock_abstime2ticks
---->wd_start
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| Make.defs | ||
| wd_cancel.c | ||
| wd_gettime.c | ||
| wd_initialize.c | ||
| wd_recover.c | ||
| wd_start.c | ||
| wdog.h | ||