Uh oh!
There was an error while loading. Please reload this page.
Add EventSource event for WaitHandle waits - #94737
Conversation
ghost
commented
Nov 14, 2023
Tagging subscribers to this area: @mangod9 Issue DetailsContext: #94264 Implementation details that need validation:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
verdie-g
commented
Nov 18, 2023
It doesn't compile, the |
Uh oh!
There was an error while loading. Please reload this page.
This reverts commit 49c270a.
- Updated to send the events only for nonzero-timeout alertable waits - Updated to try a zero-timeout wait first for waits other than Monitor.Wait before sending events - Updated WaitHandle.cs to send events for WaitOne and WaitMultiple cases for NativeAOT/Mono - Updated NativeAOT's and Mono's Monitor.Wait to pass in the associated object - Some minor changes to the test, and some other miscellaneous fixes
verdie-g
commented
Dec 7, 2023
Thanks for all the help @kouvel! What should I do about the failed action? |
kouvel
commented
Dec 7, 2023
The console log for the failure is almost empty, not sure what might have happened. Previous failures of the test didn't look similar. It seems to have passed on rerun. |
* Add WaitHandleWaitStart to AnyStacks New event introduced in dotnet/runtime#94737 * Fix compilation * Reorder generated members * Address PR comment
Add start/stop events for WaitHandle waits Context: dotnet#94264
Context: #94264