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

fs: support VFS-based named event group #13351

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

fxysunshine
Copy link

@fxysunshine fxysunshine commented Sep 10, 2024

Summary

This extension for the event group, to establish a connection between named event groups and a task. The task may reference the event group associated with a VFS-based name. Then the event group can be used in subsequent calls to nxevent_wait() or nxevent_post().

This is an extension to 12802

Impact

none, add OS interface

Testing

vela

@fxysunshine
Copy link
Author

CI failed. Waiting for a dependent patch .

@xiaoxiang781216 xiaoxiang781216 marked this pull request as draft September 10, 2024 06:03
This extension for the event group, to establish a connection between
named event groups and a task. The task may reference the event group
associated with a VFS-based name. Then the event group can be used
in subsequent calls to nxevent_wait() or nxevent_post().

This is an internal OS interface and should not be used by applications.

Signed-off-by: fangxinyong <[email protected]>
@github-actions github-actions bot added Area: Documentation Improvements or additions to documentation Area: File System File System issues Size: L The size of the change in this PR is large labels Oct 8, 2024
@fxysunshine fxysunshine marked this pull request as ready for review October 8, 2024 13:30
@xiaoxiang781216 xiaoxiang781216 merged commit f2cc9e8 into apache:master Oct 8, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Documentation Improvements or additions to documentation Area: File System File System issues Size: L The size of the change in this PR is large
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants