Ark Server API (ASE) - Wiki
|
Enumerations | |
enum | SchedulerType { ThreadScheduler = 0x0 } |
enum | SchedulingProtocolType { EnhanceScheduleGroupLocality = 0x0 , EnhanceForwardProgress = 0x1 } |
enum | DynamicProgressFeedbackType { ProgressFeedbackDisabled = 0x0 , ProgressFeedbackEnabled = 0x1 } |
enum | PolicyElementKey { SchedulerKind = 0x0 , MaxConcurrency = 0x1 , MinConcurrency = 0x2 , TargetOversubscriptionFactor = 0x3 , LocalContextCacheSize = 0x4 , ContextStackSize = 0x5 , ContextPriority = 0x6 , SchedulingProtocol = 0x7 , DynamicProgressFeedback = 0x8 , WinRTInitialization = 0x9 , MaxPolicyElementKey = 0xa } |
enum | WinRTInitializationType { InitializeWinRTAsMTA = 0x0 , DoNotInitializeWinRT = 0x1 } |