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

Support in-process named mutexes in managed implementation #55199

Merged
merged 1 commit into from
Jul 8, 2021
Merged

Support in-process named mutexes in managed implementation #55199

merged 1 commit into from
Jul 8, 2021

Commits on Jul 7, 2021

  1. Support in-process named mutexes in managed implementation

    * Partially addresses #48720
    
    * Use a dictionary to perform the name to object lookup
    
    * Allow multiple handles to refer to a single waitable object
    
    * Abandon mutex only when all handles refering to it are closed
    
    * Re-enable test cases disabled due to the above issue
    uweigand committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    27815ae View commit details
    Browse the repository at this point in the history