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

i#7044 hang: Sleep on wait in parallel drmemtrace analyzer #7054

Merged
merged 1 commit into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. i#7044 hang: Sleep on wait in parallel drmemtrace analyzer

    Adds a 1ms sleep on a STATUS_WAIT in the drmemtrace analyzer when
    operating in parallel.  This avoids costly spinning in replay mode.
    Adding targeted condition variables inside the scheduler doesn't end
    up performing any better and is complicated by the scheduler not
    knowing the threading model of the user, so this is a safer and
    simpler solution despite not waiting on an event.
    
    Fixes #7044
    derekbruening committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fa00247 View commit details
    Browse the repository at this point in the history