From c18542c420e2b095bf6e90643bc1738974217d8f Mon Sep 17 00:00:00 2001 From: Rama Krishnan Raghupathy Date: Thu, 20 Oct 2016 19:51:47 -0700 Subject: [PATCH] Exposing Some Threading Apis --- src/mscorlib/model.xml | 5 ++++- src/vm/ecalllist.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mscorlib/model.xml b/src/mscorlib/model.xml index c6072f9..3d6cf1e 100644 --- a/src/mscorlib/model.xml +++ b/src/mscorlib/model.xml @@ -8079,6 +8079,7 @@ + @@ -8109,7 +8110,10 @@ + + + @@ -9781,7 +9785,6 @@ - diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h index ea0cad3..935d717 100644 --- a/src/vm/ecalllist.h +++ b/src/vm/ecalllist.h @@ -1354,8 +1354,8 @@ FCFuncStart(gThreadFuncs) FCFuncEnd() FCFuncStart(gThreadPoolFuncs) -#ifndef FEATURE_CORECLR FCFuncElement("PostQueuedCompletionStatus", ThreadPoolNative::CorPostQueuedCompletionStatus) +#ifndef FEATURE_CORECLR FCFuncElement("GetAvailableThreadsNative", ThreadPoolNative::CorGetAvailableThreads) #endif // FEATURE_CORECLR FCFuncElement("SetMinThreadsNative", ThreadPoolNative::CorSetMinThreads) -- 2.7.4