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

Updates in synchronization mutex for Shared data #276

Merged
merged 9 commits into from
Jan 24, 2024

Commits on Aug 1, 2023

  1. Change CCriticalSection to Mutex

    Add guarded by and lock required annotations
    Naviabheeman committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    24ee599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6289c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d0bd9b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    6aba210 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    9591ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20bf34e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    4a6dc33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a489c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. review feedback - change recursive mutexes to mutex where possible

    cs_sendProcessing needs to be recursive. otherwise it causes deadlocks
    Naviabheeman committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    020c9b5 View commit details
    Browse the repository at this point in the history