@@ -15,14 +15,14 @@ manager: "ghogen"
1515# concurrency namespace constants
1616||||
1717| -| -| -|
18- | [ AgentEventGuid Constant ] ( #agenteventguid_constant ) | [ CONCRT_RM_VERSION_1 Constant ] ( #concrt_rm_version_1_constant ) | [ COOPERATIVE_TIMEOUT_INFINITE Constant ] ( #cooperative_timeout_infinite_constant ) |
19- | [ COOPERATIVE_WAIT_TIMEOUT Constant ] ( #cooperative_wait_timeout_constant ) | [ ChoreEventGuid Constant ] ( #choreeventguid_constant ) | [ ConcRTEventGuid Constant ] ( #concrteventguid_constant ) |
20- | [ ConcRT_ProviderGuid Constant ] ( #concrt_providerguid_constant ) | [ ContextEventGuid Constant ] ( #contexteventguid_constant ) | [ INHERIT_THREAD_PRIORITY Constant ] ( #inherit_thread_priority_constant ) |
21- | [ LockEventGuid Constant ] ( #lockeventguid_constant ) | [ MaxExecutionResources Constant ] ( #maxexecutionresources_constant ) | [ PPLParallelForEventGuid Constant ] ( #pplparallelforeventguid_constant ) |
22- | [ PPLParallelForeachEventGuid Constant ] ( #pplparallelforeacheventguid_constant ) | [ PPLParallelInvokeEventGuid Constant ] ( #pplparallelinvokeeventguid_constant ) | [ ResourceManagerEventGuid Constant ] ( #resourcemanagereventguid_constant ) |
23- | [ ScheduleGroupEventGuid Constant ] ( #schedulegroupeventguid_constant ) | [ SchedulerEventGuid Constant ] ( #schedulereventguid_constant ) | [ VirtualProcessorEventGuid Constant ] ( #virtualprocessoreventguid_constant ) |
24-
25- ## <a name =" agenteventguid_constant " ></a > AgentEventGuid Constant
18+ | [ AgentEventGuid] ( #agenteventguid_constant ) | [ CONCRT_RM_VERSION_1] ( #concrt_rm_version_1_constant ) | [ COOPERATIVE_TIMEOUT_INFINITE] ( #cooperative_timeout_infinite_constant ) |
19+ | [ COOPERATIVE_WAIT_TIMEOUT] ( #cooperative_wait_timeout_constant ) | [ ChoreEventGuid] ( #choreeventguid_constant ) | [ ConcRTEventGuid] ( #concrteventguid_constant ) |
20+ | [ ConcRT_ProviderGuid] ( #concrt_providerguid_constant ) | [ ContextEventGuid] ( #contexteventguid_constant ) | [ INHERIT_THREAD_PRIORITY] ( #inherit_thread_priority_constant ) |
21+ | [ LockEventGuid] ( #lockeventguid_constant ) | [ MaxExecutionResources] ( #maxexecutionresources_constant ) | [ PPLParallelForEventGuid] ( #pplparallelforeventguid_constant ) |
22+ | [ PPLParallelForeachEventGuid] ( #pplparallelforeacheventguid_constant ) | [ PPLParallelInvokeEventGuid] ( #pplparallelinvokeeventguid_constant ) | [ ResourceManagerEventGuid] ( #resourcemanagereventguid_constant ) |
23+ | [ ScheduleGroupEventGuid] ( #schedulegroupeventguid_constant ) | [ SchedulerEventGuid] ( #schedulereventguid_constant ) | [ VirtualProcessorEventGuid] ( #virtualprocessoreventguid_constant ) |
24+
25+ ## <a name =" agenteventguid_constant " ></a > AgentEventGuid
2626 A category GUID ({B9B5B78C-0713-4898-A21A-C67949DCED07}) describing ETW events fired by the Agents library in the Concurrency Runtime.
2727
2828```
@@ -38,7 +38,7 @@ const __declspec(selectany) GUID AgentEventGuid = {0xb9b5b78c,
3838 0x7 } };
3939```
4040
41- ## <a name =" choreeventguid_constant " ></a > ChoreEventGuid Constant
41+ ## <a name =" choreeventguid_constant " ></a > ChoreEventGuid
4242 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to chores or tasks.
4343
4444```
@@ -57,7 +57,7 @@ const __declspec(selectany) GUID ChoreEventGuid = { 0x7E854EC7,
5757### Remarks
5858 This category of events is not currently fired by the Concurrency Runtime.
5959
60- ## <a name =" concrt_providerguid_constant " ></a > ConcRT_ProviderGuid Constant
60+ ## <a name =" concrt_providerguid_constant " ></a > ConcRT_ProviderGuid
6161 The ETW provider GUID for the Concurrency Runtime.
6262
6363```
@@ -73,14 +73,14 @@ const __declspec(selectany) GUID ConcRT_ProviderGuid = { 0xF7B697A3,
7373 0x2F } };
7474```
7575
76- ## <a name =" concrt_rm_version_1_constant " ></a > CONCRT_RM_VERSION_1 Constant
76+ ## <a name =" concrt_rm_version_1_constant " ></a > CONCRT_RM_VERSION_1
7777 Indicates support of the Resource Manager interface defined in Visual Studio 2010.
7878
7979```
8080const unsigned int CONCRT_RM_VERSION_1 = 0x00010000;
8181```
8282
83- ## <a name =" concrteventguid_constant " ></a > ConcRTEventGuid Constant
83+ ## <a name =" concrteventguid_constant " ></a > ConcRTEventGuid
8484 A category GUID describing ETW events fired by the Concurrency Runtime that are not more specifically described by another category.
8585
8686```
@@ -99,21 +99,21 @@ const __declspec(selectany) GUID ConcRTEventGuid = { 0x72B14A7D,
9999### Remarks
100100 This category of events is not currently fired by the Concurrency Runtime.
101101
102- ## <a name =" cooperative_timeout_infinite_constant " ></a > COOPERATIVE_TIMEOUT_INFINITE Constant
102+ ## <a name =" cooperative_timeout_infinite_constant " ></a > COOPERATIVE_TIMEOUT_INFINITE
103103 Value indicating that a wait should never time out.
104104
105105```
106106const unsigned int COOPERATIVE_TIMEOUT_INFINITE = (unsigned int)-1;
107107```
108108
109- ## <a name =" cooperative_wait_timeout_constant " ></a > COOPERATIVE_WAIT_TIMEOUT Constant
109+ ## <a name =" cooperative_wait_timeout_constant " ></a > COOPERATIVE_WAIT_TIMEOUT
110110 Value indicating that a wait timed out.
111111
112112```
113113const size_t COOPERATIVE_WAIT_TIMEOUT = SIZE_MAX;
114114```
115115
116- ## <a name =" contexteventguid_constant " ></a > ContextEventGuid Constant
116+ ## <a name =" contexteventguid_constant " ></a > ContextEventGuid
117117 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to contexts.
118118
119119```
@@ -129,14 +129,14 @@ const __declspec(selectany) GUID ContextEventGuid = { 0x5727A00F,
129129 0xCB } };
130130```
131131
132- ## <a name =" inherit_thread_priority_constant " ></a > INHERIT_THREAD_PRIORITY Constant
132+ ## <a name =" inherit_thread_priority_constant " ></a > INHERIT_THREAD_PRIORITY
133133 Special value for the policy key ` ContextPriority ` indicating that the thread priority of all contexts in the scheduler should be the same as that of the thread which created the scheduler.
134134
135135```
136136const unsigned int INHERIT_THREAD_PRIORITY = 0x0000F000;
137137```
138138
139- ## <a name =" lockeventguid_constant " ></a > LockEventGuid Constant
139+ ## <a name =" lockeventguid_constant " ></a > LockEventGuid
140140 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to locks.
141141
142142```
@@ -155,14 +155,14 @@ const __declspec(selectany) GUID LockEventGuid = { 0x79A60DC6,
155155### Remarks
156156 This category of events is not currently fired by the Concurrency Runtime.
157157
158- ## <a name =" maxexecutionresources_constant " ></a > MaxExecutionResources Constant
158+ ## <a name =" maxexecutionresources_constant " ></a > MaxExecutionResources
159159 Special value for the policy keys ` MinConcurrency ` and ` MaxConcurrency ` . Defaults to the number of hardware threads on the machine in the absence of other constraints.
160160
161161```
162162const unsigned int MaxExecutionResources = 0xFFFFFFFF;
163163```
164164
165- ## <a name =" pplparallelforeventguid_constant " ></a > PPLParallelForEventGuid Constant
165+ ## <a name =" pplparallelforeventguid_constant " ></a > PPLParallelForEventGuid
166166 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to usage of the ` parallel_for ` function.
167167
168168```
@@ -178,7 +178,7 @@ const __declspec(selectany) GUID PPLParallelForEventGuid = { 0x31c8da6b,
178178 0x84 } };
179179```
180180
181- ## <a name =" pplparallelforeacheventguid_constant " ></a > PPLParallelForeachEventGuid Constant
181+ ## <a name =" pplparallelforeacheventguid_constant " ></a > PPLParallelForeachEventGuid
182182 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to usage of the ` parallel_for_each ` function.
183183
184184```
@@ -194,7 +194,7 @@ const __declspec(selectany) GUID PPLParallelForeachEventGuid = { 0x5cb7d785,
194194 0x34 } };
195195```
196196
197- ## <a name =" pplparallelinvokeeventguid_constant " ></a > PPLParallelInvokeEventGuid Constant
197+ ## <a name =" pplparallelinvokeeventguid_constant " ></a > PPLParallelInvokeEventGuid
198198 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to usage of the ` parallel_invoke ` function.
199199
200200```
@@ -210,7 +210,7 @@ const __declspec(selectany) GUID PPLParallelInvokeEventGuid = { 0xd1b5b133,
210210 0x82 } };
211211```
212212
213- ## <a name =" resourcemanagereventguid_constant " ></a > ResourceManagerEventGuid Constant
213+ ## <a name =" resourcemanagereventguid_constant " ></a > ResourceManagerEventGuid
214214 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to the resource manager.
215215
216216```
@@ -229,7 +229,7 @@ const __declspec(selectany) GUID ResourceManagerEventGuid = { 0x2718D25B,
229229### Remarks
230230 This category of events is not currently fired by the Concurrency Runtime.
231231
232- ## <a name =" schedulegroupeventguid_constant " ></a > ScheduleGroupEventGuid Constant
232+ ## <a name =" schedulegroupeventguid_constant " ></a > ScheduleGroupEventGuid
233233 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to schedule groups.
234234
235235```
@@ -248,7 +248,7 @@ const __declspec(selectany) GUID ScheduleGroupEventGuid = { 0xE8A3BF1F,
248248### Remarks
249249 This category of events is not currently fired by the Concurrency Runtime.
250250
251- ## <a name =" schedulereventguid_constant " ></a > SchedulerEventGuid Constant
251+ ## <a name =" schedulereventguid_constant " ></a > SchedulerEventGuid
252252 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to scheduler activity.
253253
254254```
@@ -264,7 +264,7 @@ const __declspec(selectany) GUID SchedulerEventGuid = { 0xE2091F8A,
264264 0x61 } };
265265```
266266
267- ## <a name =" virtualprocessoreventguid_constant " ></a > VirtualProcessorEventGuid Constant
267+ ## <a name =" virtualprocessoreventguid_constant " ></a > VirtualProcessorEventGuid
268268 A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to virtual processors.
269269
270270```
0 commit comments