Implement APIs for some threading metrics (CoreCLR) (#24113)
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Sat, 20 Apr 2019 02:22:53 +0000 (19:22 -0700)
committerGitHub <noreply@github.com>
Sat, 20 Apr 2019 02:22:53 +0000 (19:22 -0700)
commit0410c3e4fe54590eea34aead28f550539d814b98
tree0a7d9b8ee2df4e672024ed410ee04e267f8e5bbe
parent924d4fcc6961a76881a42a5a4a80479352708ace
Implement APIs for some threading metrics (CoreCLR) (#24113)

Implement APIs for some threading metrics (CoreCLR)

API review: https://github.com/dotnet/corefx/issues/35500
14 files changed:
src/System.Private.CoreLib/shared/System/Threading/ThreadPool.cs
src/System.Private.CoreLib/src/System/Threading/Monitor.cs
src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs
src/classlibnative/bcltype/objectnative.cpp
src/classlibnative/bcltype/objectnative.h
src/vm/comthreadpool.cpp
src/vm/comthreadpool.h
src/vm/ecalllist.h
src/vm/syncblk.cpp
src/vm/threadpoolrequest.h
src/vm/threads.cpp
src/vm/threads.h
src/vm/win32threadpool.cpp
src/vm/win32threadpool.h