anchao commented on code in PR #12319: URL: https://github.com/apache/nuttx/pull/12319#discussion_r1596882379
########## sched/mqueue/mq_timedreceive.c: ########## @@ -134,9 +127,11 @@ static void nxmq_rcvtimeout(wdparm_t pid) * ****************************************************************************/ -ssize_t file_mq_timedreceive(FAR struct file *mq, FAR char *msg, - size_t msglen, FAR unsigned int *prio, - FAR const struct timespec *abstime) +static ssize_t +file_mq_timedreceive_internal(FAR struct file *mq, FAR char *msg, + size_t msglen, FAR unsigned int *prio, + FAR const struct timespec *abstime, + sclock_t ticks, bool isabs) Review Comment: abstime and tickets may both be passed by the caller, sometimes they may be invalid values -- 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]
