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

tests: avoid CreateThread if _beginthreadex is available #9705

Closed
wants to merge 1 commit into from

Commits on Oct 15, 2022

  1. tests: avoid CreateThread if _beginthreadex is available

    CreateThread is not threadsafe if mixed with CRT calls.
    _beginthreadex on the other hand can be mixed with CRT.
    mback2k committed Oct 15, 2022
    Copy the full SHA
    a055541 View commit details
    Browse the repository at this point in the history