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

unlock all fd mutexes in reverse order #87

Merged
merged 1 commit into from
Jan 22, 2020
Merged

unlock all fd mutexes in reverse order #87

merged 1 commit into from
Jan 22, 2020

Commits on Jan 21, 2020

  1. unlock all fd mutexes in reverse order

    Some functions acquire mutexes for multiple file descriptors.
    This commit ensures that the mutexes are released in the
    reverse order that they are aquired.
    cjihrig committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    0b2ead2 View commit details
    Browse the repository at this point in the history