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

Enable IOPack, IOEnqueue, and IODequeue on Windows #88894

Merged
merged 22 commits into from
Aug 9, 2023

Conversation

eduardo-vp
Copy link
Member

@eduardo-vp eduardo-vp commented Jul 14, 2023

Fixes #87020

@ghost
Copy link

ghost commented Jul 14, 2023

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: eduardo-vp
Assignees: eduardo-vp
Labels:

area-System.Threading

Milestone: -

@kouvel
Copy link
Member

kouvel commented Jul 20, 2023

The IOEnqueue and IODequeue events are currently also raised in the portable implementation for registered waits. An IOEnqueue event is raised when the wait is registered, and an IODequeue event is raised just before each wait completion is processed. Could raise those for the Windows thread pool implementation similarly too.

@eduardo-vp eduardo-vp marked this pull request as ready for review August 3, 2023 00:03
Copy link
Member

@LakshanF LakshanF left a comment

Choose a reason for hiding this comment

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

This looks good to me from the NativeAOT perspective. Thanks for doing this work!

Copy link
Member

@kouvel kouvel left a comment

Choose a reason for hiding this comment

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

Just one comment, otherwise LGTM, thanks!

@eduardo-vp eduardo-vp merged commit 41f58f6 into dotnet:main Aug 9, 2023
167 of 169 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Sep 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable relevant thread pool events in Windows
3 participants