nuttx/sched/signal
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
sig_action.c sigact: get free sigact from freelist always successful 2022-04-01 13:38:29 +08:00
sig_allocpendingsigaction.c
sig_cleanup.c
sig_default.c Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
sig_deliver.c signal: signal handler may cause task's state error 2022-01-05 21:36:44 +09:00
sig_dispatch.c sched: fix corner case wd_cancel assert crash 2022-09-07 10:50:28 +08:00
sig_findaction.c
sig_initialize.c
sig_kill.c
sig_lowest.c
sig_nanosleep.c
sig_notification.c
sig_pause.c
sig_pending.c
sig_ppoll.c
sig_procmask.c
sig_pselect.c
sig_queue.c
sig_releasependingsigaction.c
sig_releasependingsignal.c
sig_removependingsignal.c
sig_sleep.c
sig_suspend.c
sig_timedwait.c
sig_unmaskpendingsignal.c
sig_usleep.c
sig_waitinfo.c
signal.h sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00