xiaoxiang781216 commented on code in PR #17367:
URL: https://github.com/apache/nuttx/pull/17367#discussion_r2554101912
##########
sched/signal/sig_timedwait.c:
##########
@@ -235,9 +235,10 @@ int nxsig_clockwait(int clockid, int flags,
{
/* Start the watchdog timer */
+ expect = clock_delay2abstick(clock_time2ticks(rqtp));
Review Comment:
but this expression is only suitable for the relative timeout
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]