nuttx/sched/wqueue
Zhe Weng f8bd93575c sched/wqueue: Fix unexpected dq entry status
When we do not drop notifier from g_notifier_pending, we need an
isolated dq entry for this queue, otherwise the queued work_s's dq entry
may be modified by the work queue and breaks the chain of
g_notifier_pending.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-09-17 02:56:39 +08:00
..
CMakeLists.txt sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
kwork_cancel.c wqueue: extend the work_cancel_sync() return value 2024-09-17 02:56:39 +08:00
kwork_inherit.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
kwork_notifier.c sched/wqueue: Fix unexpected dq entry status 2024-09-17 02:56:39 +08:00
kwork_queue.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
kwork_thread.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Make.defs sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wqueue.h sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00