jlaitine commented on a change in pull request #4779: URL: https://github.com/apache/incubator-nuttx/pull/4779#discussion_r742574943
########## File path: libs/libc/wqueue/work_usrthread.c ########## @@ -193,15 +193,24 @@ static void work_process(FAR struct usr_wqueue_s *wqueue) { struct timespec rqtp; time_t sec; + uint64_t nsec; Review comment: yes, thanks. Let's just write this in cleaner way, by using clock timespec functions already provided by sched. No point in duplicating the logic in many places. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org