Skip to content

Conversation

quic-bjorande
Copy link
Contributor

Missing from the boot services is the SignalEvent() function, which is used to place signals into a signaled state. Implement this to allow applications to signal e.g. event groups.

Also implement a test case, checking that the event callback is signaled when the newly introduced function is invoked.

Copy link
Member

@nicholasbishop nicholasbishop left a comment

Choose a reason for hiding this comment

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

Thanks for adding this!

@nicholasbishop nicholasbishop enabled auto-merge March 1, 2025 18:39
Missing from the boot services is the SignalEvent() function, which is used to
place signals into a signaled state. Implement this to allow applications to
signal e.g. event groups.

Also implement a test case, checking that the event callback is signaled when
the newly introduced function is invoked.

Signed-off-by: Bjorn Andersson <[email protected]>
@nicholasbishop nicholasbishop added this pull request to the merge queue Mar 1, 2025
Merged via the queue into rust-osdev:main with commit 07938b6 Mar 1, 2025
16 checks passed
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