Fix-Point commented on issue #16341: URL: https://github.com/apache/nuttx/issues/16341#issuecomment-2862251582
Hi. The issue is caused by the `work->qtime += 1` in `libs/libc/wqueue/work_queue.c`. The user workqueue using `nxsem_timedwait`, which has already taken the insufficient ticks into consideration. After removing `work->qtime += 1`, PR https://github.com/apache/nuttx/pull/16342 should have fixed this issue. -- 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