-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add EventSource event for WaitHandle waits #94737
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
68e7c3f
Add etw event for Monitor.Wait
verdie-g a770ac4
Move event to Thread::DoAppropriateWait
verdie-g d26f018
Emit event from managed code
verdie-g 3f0ec4b
Fix compilation errors
verdie-g 02eb12a
Define WaitHandle source strings
verdie-g 8388740
Move CrlInstanceId as last parameter
verdie-g e5f58b0
Complete mono implementation
verdie-g d861183
fix mono
verdie-g eebe9e6
Fix mono but I commit all files
verdie-g 4d2444a
Fix unsafe usage
verdie-g cb9b71a
Fix trimming issue
verdie-g f96f636
Fix uninitialized variable
verdie-g 58a733e
MethodImplOptions.InternalCall in mono
verdie-g 8b724e0
WaitSource 1 byte + remove DurationNs
verdie-g 86f1a68
Fix errors
verdie-g f52bfc9
Add existing event name to exception
verdie-g a743853
Address comments
verdie-g 235774f
Remove this as associated object in Condition
verdie-g 88d96ac
Disable wait handle event geneneration
verdie-g b554d49
Fix mono build
verdie-g 45d4628
Pass associated object in Condition
verdie-g 8bdf215
Rename user data
verdie-g 909bccc
Adjust wait source in native wait
verdie-g f1cf600
Fix task name
verdie-g e0d77ca
Add test
verdie-g c6b1f6f
Only emit event in native code
verdie-g e83a522
Disable test for mono
verdie-g 7c82bc4
Fix test
verdie-g 500455a
Assert.NotEqual doesn't support custom error message
verdie-g 3730b7f
Make test more robust
verdie-g 81b689f
Make test even more robust
verdie-g 22ffb48
Revert "Only emit event in native code"
verdie-g c514edb
Remove unrelated changes
verdie-g a5443af
Raise the events in NativeAOT and Mono, some other updates
e868b0e
Fix merge
verdie-g e29adcf
Fix merge
verdie-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.