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

Commits on Oct 8, 2024

  1. fs: support VFS-based named event group

    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]>
    fangxinyong committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    728ab32 View commit details
    Browse the repository at this point in the history
  2. fs/semaphore: fix a minor issue with goto label

    Signed-off-by: fangxinyong <[email protected]>
    fangxinyong committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dd95998 View commit details
    Browse the repository at this point in the history