Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FramePro::ThreadWaitReason::Enum |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/FramePro/FramePro.h |
| Include Path |
#include "FramePro/FramePro.h" |
Syntax
namespace FramePro
{
namespace ThreadWaitReason
{
enum Enum
{
Executive = 0,
FreePage,
PageIn,
PoolAllocation,
DelayExecution,
Suspended,
UserRequest,
WrExecutive,
WrFreePage,
WrPageIn,
WrPoolAllocation,
WrDelayExecution,
WrSuspended,
WrUserRequest,
WrEventPair,
WrQueue,
WrLpcReceive,
WrLpcReply,
WrVirtualMemory,
WrPageOut,
WrRendezvous,
WrKeyedEvent,
WrTerminated,
WrProcessInSwap,
WrCpuRateControl,
WrCalloutStack,
WrKernel,
WrResource,
WrPushLock,
WrMutex,
WrQuantumEnd,
WrDispatchInt,
WrPreempted,
WrYieldExecution,
WrFastMutex,
WrGuardedMutex,
WrRundown,
MaximumWaitReason,
}
}
}
Values
| Name |
Remarks |
| Executive |
|
| FreePage |
|
| PageIn |
|
| PoolAllocation |
|
| DelayExecution |
|
| Suspended |
|
| UserRequest |
|
| WrExecutive |
|
| WrFreePage |
|
| WrPageIn |
|
| WrPoolAllocation |
|
| WrDelayExecution |
|
| WrSuspended |
|
| WrUserRequest |
|
| WrEventPair |
|
| WrQueue |
|
| WrLpcReceive |
|
| WrLpcReply |
|
| WrVirtualMemory |
|
| WrPageOut |
|
| WrRendezvous |
|
| WrKeyedEvent |
|
| WrTerminated |
|
| WrProcessInSwap |
|
| WrCpuRateControl |
|
| WrCalloutStack |
|
| WrKernel |
|
| WrResource |
|
| WrPushLock |
|
| WrMutex |
|
| WrQuantumEnd |
|
| WrDispatchInt |
|
| WrPreempted |
|
| WrYieldExecution |
|
| WrFastMutex |
|
| WrGuardedMutex |
|
| WrRundown |
|
| MaximumWaitReason |
|