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

Add <os/lock_private.h> and OSUnfairRecursiveLock #14

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Conversation

Kyle-Ye
Copy link
Member

@Kyle-Ye Kyle-Ye commented Dec 27, 2023

Use os_unfair_recursive_lock on supported Darwin-OS by default.

The downstream user can disable the behavior by setting "OPENCOMBINE_OSLOCK_PRIVATE=0" in their environment.

@codecov-commenter
Copy link

codecov-commenter commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5113764) 96.84% compared to head (837ee40) 96.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage   96.84%   96.84%           
=======================================
  Files         106      106           
  Lines        8079     8079           
=======================================
  Hits         7824     7824           
  Misses        255      255           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Kyle-Ye Kyle-Ye merged commit e11317a into main Dec 27, 2023
10 checks passed
@Kyle-Ye Kyle-Ye deleted the feature/lock branch December 27, 2023 11:46
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