Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The types of events that can be traced using the tracing functionality offered by the Concurrency Runtime.
enum ConcRT_EventType;
Members
Values
Name |
Description |
---|---|
CONCRT_EVENT_ATTACH |
An event type that represents the act of a attaching to a scheduler. |
CONCRT_EVENT_BLOCK |
An event type that represents the act of a context blocking. |
CONCRT_EVENT_DETACH |
An event type that represents the act of a detaching from a scheduler. |
CONCRT_EVENT_END |
An event type that marks the beginning of a start/end event pair. |
CONCRT_EVENT_GENERIC |
An event type used for miscellaneous events. |
CONCRT_EVENT_IDLE |
An event type that represents the act of a context becoming idle. |
CONCRT_EVENT_START |
An event type that marks the beginning of a start/end event pair. |
CONCRT_EVENT_UNBLOCK |
An event type that represents the act of unblocking a context. |
CONCRT_EVENT_YIELD |
An event type that represents the act of a context yielding. |
Requirements
Header: concrt.h
Namespace: Concurrency