Increase Increase maximum recommended duration of stall_for() to 100us
Open
enhancement
- Dominant language
- C++
- Stars
- 99
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
According to ["Guidelines for Writing DPC Routines"](https://learn.microsoft.com/en-us/windows-hardware/drivers/kernel/guidelines-for-writing-dpc-routines), DPC routines that call the [KeStallExecutionProcessor](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-kestallexecutionprocessor) routine to delay execution must not specify delays of more than 100 microseconds.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.