Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.44 KB

ks-kstimedprocessingmutex.md

File metadata and controls

50 lines (38 loc) · 1.44 KB
title description ms.date keywords topic_type ms.topic api_name api_type
KsTimedProcessingMutex Rule ()
The KsTimedProcessingMutex rule specifies that a KS miniport driver should not hold a processing mutex for more than 100 milliseconds.
05/21/2018
KsTimedProcessingMutex rule ()
apiref
reference
KsTimedProcessingMutex
NA

KsTimedProcessingMutex rule ()

The KsTimedProcessingMutex rule specifies that a KS miniport driver should not hold a processing mutex for more than 100 milliseconds.

Driver model: KS

Bug check(s) found with this rule: Bug Check 0xC4: DRIVER_VERIFIER_DETECTED_VIOLATION (0x00082005)

How to test

At run time

To verify this rule, open a Command Prompt window. Enter a Driver Verifier command and specify /domain ks.

For example:

verifier /domain ks [options] /driver <yourdriver>

For more information, see Driver Verifier.

See also

Processing Mutex in AVStream