mirror of
https://github.com/apache/nuttx.git
synced 2026-03-24 07:35:07 +08:00
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>