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

uorb: Move global _callback_ptr to per thread callback pointer #505

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

pussuw
Copy link

@pussuw pussuw commented Oct 2, 2023

There is one semaphore lock per thread already, this same mechanism can be used to pass the callbacks too.

There is one semaphore lock per thread already, this same mechanism can
be used to pass the callbacks too.
@pussuw pussuw requested a review from jlaitine October 2, 2023 13:33
Copy link

@jlaitine jlaitine left a comment

Choose a reason for hiding this comment

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

LGTM!

@pussuw pussuw merged commit db35ead into main Oct 3, 2023
@pussuw pussuw deleted the uorb_cb_split branch October 3, 2023 07:42
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