mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
631071cded
sched/wqueue: Modify high priority work queue to support multiple threads.
sched/wqueue and libs/libc/wqueue: workqueues don't need set global data to zero since .bss is cleared automatically. Removing this unnecessary initialization also avoids the loss the work items queued before initialization.