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

Leave all thread cleanup to Windows when DLL_PROCESS_DETACH occurs #2362

Closed
wants to merge 1 commit into from
Closed

Leave all thread cleanup to Windows when DLL_PROCESS_DETACH occurs #2362

wants to merge 1 commit into from

Commits on Jan 7, 2020

  1. Leave all thread cleanup to Windows when DLL_PROCESS_DETACH happens

    trying to do an orderly shutdown of threads here is likely to cause a deadlock - DllMain is called while the loader lock is held, also event handling is serialized in this situation so thread exit signals cannot get delivered until DllMain itself returns.
    martin-frbg committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    bb5c9b2 View commit details
    Browse the repository at this point in the history