LockEventGuid Constant

A category GUID describing ETW events fired by the Concurrency Runtime that are directly related to locks.

extern "C" const __declspec(selectany) GUID LockEventGuid = { 0x79A60DC6, 0x5FC8, 0x4952, { 0xA4, 0x1C, 0x11, 0x63, 0xAE, 0xEC, 0x5E, 0xB8 } };

Remarks

This category of events is not currently fired by the Concurrency Runtime.

Requirements

Header: concrt.h

Namespace: Concurrency

See Also

Reference

Concurrency Namespace

critical_section Class

reader_writer_lock Class