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

Support pthread_rwlock #5952

Merged
merged 12 commits into from
Feb 10, 2023
Merged

Support pthread_rwlock #5952

merged 12 commits into from
Feb 10, 2023

Commits on Feb 9, 2023

  1. Support rwlock

    tmael authored and julek-wolfssl committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    601d1f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f88e4c View commit details
    Browse the repository at this point in the history
  3. Implement read lock

    - Use read lock for the SessionCache
    - Don't copy the
    julek-wolfssl committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9401dd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc298e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37c9729 View commit details
    Browse the repository at this point in the history
  6. Implement explicit rwlocks

    - Mutex's still necessary for signals. Implement explicit rwlocks and we can migrate critical mutexs to rwlocks when necessary.
    julek-wolfssl committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    375d906 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd0dc44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b58fc59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    260381a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5db2eb3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    929c438 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Code review

    julek-wolfssl committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    99d9852 View commit details
    Browse the repository at this point in the history