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

Rwlock #22

Merged
merged 2 commits into from
Apr 27, 2018
Merged

Rwlock #22

merged 2 commits into from
Apr 27, 2018

Conversation

vishakha041
Copy link
Contributor

This should now be ready to go though I will appreciate more testing with some heavily parallel code.

luisremis
luisremis previously approved these changes Apr 26, 2018
Copy link
Contributor

@luisremis luisremis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great. I thought this enhancement would be a mess, but it looks great and simple.

src/rwlock.h Outdated
@@ -0,0 +1,196 @@
/**
* @file rwlock.h
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the name of the file should be RWLock.h. I am ok if you don't want to change it, but that has been the convention for all other files.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I trust you copy this file from some other project and it has been tested enough :). It will take me long time to review if I cannot assume that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change the name to match the other ones. and yes, Philip went over this again. It is from PMGD with asserts changed to Exceptions.

Copy link
Contributor

@luisremis luisremis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go!

@vishakha041 vishakha041 merged commit 5e243ea into develop Apr 27, 2018
@luisremis luisremis deleted the rwlock branch April 27, 2018 00:37
@luisremis luisremis restored the rwlock branch April 27, 2018 00:37
@luisremis luisremis deleted the rwlock branch August 13, 2018 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants