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

Changed cond notification naming. Added and used new sync utilities. #2429

Merged
merged 13 commits into from
Aug 18, 2022

Conversation

ethouris
Copy link
Collaborator

  1. All POSIX-like signal/broadcast names changed to notify_one/all to follow the naming used in the C++ standard.
  2. Added a new CUniqueSync class that integrates CSync and UniqueLock and improved the CEvent class to make it more usable as a mutex/condition pair.

Mikołaj Małecki added 2 commits August 12, 2022 13:34
…ex/cond pair SyncBlock to CEvent. Used CUniqueSync in a test to add test coverage
@ethouris ethouris requested a review from maxsharabayko August 12, 2022 12:46
srtcore/sync.h Outdated Show resolved Hide resolved
@maxsharabayko maxsharabayko added this to the Next Release milestone Aug 12, 2022
@maxsharabayko maxsharabayko added Type: Maintenance Work required to maintain or clean up the code [core] Area: Changes in SRT library core labels Aug 12, 2022
@ethouris ethouris requested a review from maxsharabayko August 15, 2022 14:30
@maxsharabayko maxsharabayko merged commit 8941831 into Haivision:master Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Type: Maintenance Work required to maintain or clean up the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants