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

Thread Safety Analysis of Shared Memory APIs #1763

Closed
owny990312 opened this issue Feb 7, 2025 · 0 comments
Closed

Thread Safety Analysis of Shared Memory APIs #1763

owny990312 opened this issue Feb 7, 2025 · 0 comments
Labels
new feature Something new is needed

Comments

@owny990312
Copy link

owny990312 commented Feb 7, 2025

Describe the feature

The question concerns the thread safety of shared memory interface APIs, specifically:
z_shm_provider_garbage_collect
z_shm_provider_defragment
z_shm_provider_alloc
z_publisher_put
In a multi-threaded environment where multiple publishers with the same topic are publishing data, are these APIs thread safe?

@owny990312 owny990312 added the new feature Something new is needed label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Something new is needed
Projects
None yet
Development

No branches or pull requests

1 participant