ICLRSyncManager Interface
Defines methods that allow the host to get information about requested tasks and to detect deadlocks in its synchronization implementation.
Methods
Method |
Description |
---|---|
Requests that the common language runtime (CLR) create an iterator for the host to use to determine the set of tasks waiting on a reader-writer lock. |
|
Requests that the CLR destroy an iterator that was created by a call to CreateRWLockOwnerIterator. |
|
Gets the task that owns the specified monitor. |
|
Gets the next task that is waiting on the current reader-writer lock. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0
See Also
Reference
Concepts
Managed and Unmanaged Threading