walnux/sched/misc
anjiahao 4ae17a6f7b sched:Automatically find deadlocks when assert
When asserting, automatically analyze whether
there is a deadlock in the thread, and if there
is a deadlock, print out the deadlocked thread.

The principle is to analyze whether there is
a lock ring through the tcb holder.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-06-22 16:08:03 +08:00
..
assert.c sched:Automatically find deadlocks when assert 2023-06-22 16:08:03 +08:00
deadlock.c sched:Automatically find deadlocks when assert 2023-06-22 16:08:03 +08:00
Make.defs sched:Automatically find deadlocks when assert 2023-06-22 16:08:03 +08:00
panic_notifier.c semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +08:00
reboot_notifier.c semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +08:00