mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 08:53:15 +00:00
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.
|
||
|---|---|---|
| .. | ||
| kwork_cancel.c | ||
| kwork_hpthread.c | ||
| kwork_inherit.c | ||
| kwork_lpthread.c | ||
| kwork_process.c | ||
| kwork_queue.c | ||
| kwork_signal.c | ||
| Make.defs | ||
| wqueue.h | ||