nuttx/sched/mqueue
ligd 3b04450808 sched: fix corner case wd_cancel assert crash
There one ways can caused this:
mq_timedreceive
   TIMER IRQ do wd_timer -> wd_func1 mq_send
                         -> wd_func2 nxmq_rcvtimeout -> crash

Resolve:
Stop the watchdog when mq_send

Signed-off-by: ligd <liguiding1@xiaomi.com>
2022-09-07 10:50:28 +08:00
..
Make.defs
mq_getattr.c
mq_initialize.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_msgfree.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_msgqalloc.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_msgqfree.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_notify.c sched/mqueue: configurable mqueue notification 2022-06-11 14:51:09 +08:00
mq_rcvinternal.c sched: fix corner case wd_cancel assert crash 2022-09-07 10:50:28 +08:00
mq_receive.c sched/mqueue: do sanity check if DEBUG_FEATURES is enabled 2022-06-11 12:42:47 -03:00
mq_recover.c
mq_send.c net: Ensure sendmsg and sendfile return -EAGAIN in case of timeout 2022-06-28 06:19:13 +03:00
mq_setattr.c
mq_sndinternal.c sched: fix corner case wd_cancel assert crash 2022-09-07 10:50:28 +08:00
mq_timedreceive.c sched/mqueue: replace inline linklist to improve performance 2022-06-12 00:34:05 +08:00
mq_timedsend.c net: Ensure sendmsg and sendfile return -EAGAIN in case of timeout 2022-06-28 06:19:13 +03:00
mq_waitirq.c
mqueue.h sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00