mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 10:54:43 +08:00
4ae17a6f7b
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>