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

Specify synchronization requirements for API functions that access common config streams #2

Open
jonnew opened this issue Nov 22, 2023 · 0 comments

Comments

@jonnew
Copy link
Member

jonnew commented Nov 22, 2023

The following API functions must be synchronized be the user. Concurrent access to these functions on different different threads can result in undefined behavior.

oni_get_opt
oni_set_opt
oni_get_driver_opt
oni_set_driver_opt
oni_read_reg
oni_write_reg

This should be specified in the API portion of the spec.

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

No branches or pull requests

1 participant