Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Enum TThreadPriority

TThreadPriority

Support

Supported from 5.0

Description

Defines thread priorities.

The enumerator values are passed to RThread::SetPriority().

The relative priorities are listed in order starting with the lowest.

The absolute thread priorities are listed in order starting with the lowest.

EPriorityNull

The priority of the NULL thread. User code cannot set this thread priority.

EPriorityMuchLess

EPriorityLess

EPriorityNormal

The default priority assigned to a thread when created.

EPriorityMore

EPriorityMuchMore

EPriorityAbsoluteVeryLow

Absolute thread priority whose value is less than TProcessPriority::EPriorityLow.

EPriorityAbsoluteLow

Absolute thread priority whose value is greater than TProcessPriority::EPriorityLow but less than TProcessPriority::EPriorityBackground.

EPriorityAbsoluteBackground

Absolute thread priority whose value is greater than TProcessPriority::EPriorityBackground but less than TProcessPriority::EPriorityForeground.

EPriorityAbsoluteForeground

Absolute thread priority whose value is greater than TProcessPriority::EPriorityForeground but less than TProcessPriority::EPriorityHigh.

EPriorityAbsoluteHigh

Absolute thread priority whose value is greater than TProcessPriority::EriorityHigh but less than TProcessPriority::EPriorityWindowServer.

EPriorityRealTime

The highest possible absolute priority, other than the Kernel itself.