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

[core] Add a shared mutex class #2981

Merged
merged 11 commits into from
Aug 1, 2024
Merged

Commits on Jul 11, 2024

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

Commits on Jul 15, 2024

  1. [core] Improved syntax of SharedMutex class

    Improved syntax
    Changed lock/unlock functions name to match reference implementation
    Add unit tests for SharedMutex
    yomnes0 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4d55fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dc9d62 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. [core] Fix syntax

    yomnes0 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    deeb9c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    58d575f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a24bc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    89f76fe View commit details
    Browse the repository at this point in the history
  2. [core] Add a mutable qualifier to m_Mutex from SharedMutex

    Add a lock to getReaderCount
    yomnes0 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    edf9aa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    06e15cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6497a50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69f848 View commit details
    Browse the repository at this point in the history