anchao commented on code in PR #16231: URL: https://github.com/apache/nuttx/pull/16231#discussion_r2049169728
########## sched/wqueue/kwork_thread.c: ########## @@ -211,6 +288,17 @@ static int work_thread(int argc, FAR char *argv[]) } } + if (!list_is_empty(&wqueue->wait_q)) Review Comment: maybe wait_q have ready worker now -- 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