You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/11 06:16:16 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4972: wqueue: update wqueue to support using wqueue before wqueue start

xiaoxiang781216 commented on pull request #4972:
URL: https://github.com/apache/incubator-nuttx/pull/4972#issuecomment-991476646


   > @xiaoxiang781216 @GUIDINGLI how is the work queue used before starting?
   
   up_initialize and board_early_initialize get called before nx_workqueues:
   https://github.com/apache/incubator-nuttx/blob/master/sched/init/nx_start.c#L682-L699
   Some driver initialize in up_initialize or board_early_initialize may schedule work to the worker thread.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org