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

Avoid using global Mutex variables #1252

Merged
merged 3 commits into from
Nov 27, 2018

Commits on Nov 26, 2018

  1. Get StaticMutex back

    This reverts part of 5c9815f. Using Mutex for global C++ variables causes Texture experiments to be triggered before main(). Our (internal) experiment framework isn't ready that early in the process.
    
    We can get rid of StaticMutex once the unfair lock experiment is shipped.
    Huy Nguyen authored and nguyenhuy committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    f4e2860 View commit details
    Browse the repository at this point in the history
  2. Fix error

    nguyenhuy committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    be36e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62ac2e View commit details
    Browse the repository at this point in the history