KeShouldYieldProcessor - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

LOGICAL KeShouldYieldProcessor();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-keshouldyieldprocessor)

KeShouldYieldProcessor function

Description

This function advises the caller if it should break out of a work loop running at DISPATCH_LEVEL or higher to allow other processing to take place.

Return value

Returns TRUE if the caller should lower IRQL to below DISPATCH_LEVEL.

Remarks

When this function returns TRUE:

See also