Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 2.28 KB

ne-storport-stor_thread_priority.md

File metadata and controls

86 lines (62 loc) · 2.28 KB
UID tech.root title ms.date targetos description req.construct-type req.ddi-compliance req.header req.include-header req.kmdf-ver req.max-support req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver topic_type api_type api_location api_name f1_keywords dev_langs
NE:storport._STOR_THREAD_PRIORITY
storage
STOR_THREAD_PRIORITY
05/13/2021
Windows
STOR_THREAD_PRIORITY specifies the priority for a StorPort miniport-created thread.
enumeration
storport.h
Windows Server 2022
apiref
HeaderDef
storport.h
_STOR_THREAD_PRIORITY
PSTOR_THREAD_PRIORITY
STOR_THREAD_PRIORITY
_STOR_THREAD_PRIORITY
storport/_STOR_THREAD_PRIORITY
PSTOR_THREAD_PRIORITY
storport/PSTOR_THREAD_PRIORITY
STOR_THREAD_PRIORITY
storport/STOR_THREAD_PRIORITY
c++

-description

STOR_THREAD_PRIORITY specifies the priority for a StorPort miniport-created thread.

-enum-fields

-field StorThreadPriorityBackground

System priority level. The assigned priority level is 7.

-field StorThreadPriorityNormal

System priority level. The assigned priority level is 8.

-field StorThreadPriorityDelayed

Indicates an ordinary worker thread. The assigned priority level is 12.

-field StorThreadPriorityCritical

Indicates a real-time system worker thread. The assigned priority level is 13.

-field StorThreadPrioritySuperCritical

System priority level. The assigned priority level is 14.

-field StorThreadPriorityHyperCritical

System priority level. The assigned priority level is 15.

-field StorThreadPriorityRealTime

System priority level. The assigned priority level is 18.

-remarks

A miniport sets thread priority when it calls StorPortCreateSystemThread to create a thread, and can change thread priority in StorPortSetPriorityThread.

Every thread has a scheduling priority (its thread priority). Higher values indicate higher priority threads.

See Thread Priorities for general information.

-see-also

StorPortCreateSystemThread

StorPortSetPriorityThread