Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sched:Automatically find deadlocks when assert #9583

Merged
merged 2 commits into from Jun 22, 2023

Commits on Jun 21, 2023

  1. libc/semaphore:Set the flag need AND SEM_PRIO_MASK

    Signed-off-by: anjiahao <anjiahao@xiaomi.com>
    anjiahao1 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f2ae101 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. 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>
    anjiahao1 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4ce983a View commit details
    Browse the repository at this point in the history