[0.17] feat(sync): add read-write lock primitive - #1877
Open
jpnurmi wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## jpnurmi/ref/attachments #1877 +/- ##
===========================================================
+ Coverage 74.47% 74.50% +0.03%
===========================================================
Files 103 103
Lines 26875 26920 +45
Branches 4876 4880 +4
===========================================================
+ Hits 20014 20058 +44
+ Misses 5532 5531 -1
- Partials 1329 1331 +2 🚀 New features to boost your workflow:
|
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
August 7, 2026 14:42
495cd85 to
05fe336
Compare
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
August 12, 2026 04:55
3c7c966 to
4948141
Compare
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
August 12, 2026 06:33
4948141 to
0b0e77c
Compare
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
August 17, 2026 17:52
dab304d to
b899738
Compare
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
August 18, 2026 12:26
b899738 to
853172c
Compare
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
August 18, 2026 12:37
853172c to
dcbac0c
Compare
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
August 19, 2026 10:05
8891408 to
f197136
Compare
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
2 times, most recently
from
August 19, 2026 11:29
802a09a to
abcc49d
Compare
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
August 20, 2026 16:26
135c53c to
fd41b34
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fd41b34. Configure here.
Add `sentry_rwlock_t` backed by platform native RW locks.
jpnurmi
force-pushed
the
jpnurmi/perf/rwlock
branch
from
September 1, 2026 14:41
fd41b34 to
219277a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add
sentry_rwlock_tbacked by platform native RW locks.#skip-changelog (internal)