Apply suggestions from code review

This commit is contained in:
Bill Wagner 2024-10-16 14:50:49 -04:00 коммит произвёл GitHub
Родитель b760c1d583
Коммит ef43d93935
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -45,4 +45,4 @@ These events collect information about the type system.
These events collect information about tiered compilation.
[Wait handle events](runtime-wait-handle-events.md)\
These events collect information about wait handles. They help to diagnostic thread pool starvations.
These events collect information about wait handles. They help to diagnostic thread pool starvations.

Просмотреть файл

@ -14,6 +14,7 @@ These runtime events capture information about wait handles. They can be useful
## WaitHandleWaitStart event
This event is emitted at the start of a wait operation on a wait handle. Here is a non-exhaustive list of managed method that could emit this event:
- `Monitor.Wait`
- `Monitor.Enter` or the C# lock keyword
- `ManualResetEvent.WaitOne`
@ -51,4 +52,4 @@ The following table shows event information.
|Field name|Data type|Description|
|----------------|---------------|-----------------|
|`ClrInstanceID`|`win:UInt16`|Unique ID for the instance of CoreCLR.|
|`ClrInstanceID`|`win:UInt16`|Unique ID for the instance of CoreCLR.|