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

Fix race condition when ShareableHandle is accessed on multiple threads #5759

Merged
merged 9 commits into from
Mar 6, 2024

Commits on Mar 4, 2024

  1. init

    tjzel committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cb91e6c View commit details
    Browse the repository at this point in the history
  2. review changes

    tjzel committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    77af415 View commit details
    Browse the repository at this point in the history
  3. review changes

    tjzel committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    766f54b View commit details
    Browse the repository at this point in the history
  4. nullptr

    tjzel committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    66645ac View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. add locking

    tjzel committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6a9b26f View commit details
    Browse the repository at this point in the history
  2. mutable

    tjzel committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ba5cea0 View commit details
    Browse the repository at this point in the history
  3. add check for nullptr

    tjzel committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4a0c526 View commit details
    Browse the repository at this point in the history
  4. remove try-to-lock

    tjzel committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7bf1b57 View commit details
    Browse the repository at this point in the history
  5. add comment about locking

    tjzel committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3a4a0dc View commit details
    Browse the repository at this point in the history