summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree
diff options
context:
space:
mode:
authorXiangyang (Mark) Guo <xiangyang.guo@intel.com>2017-06-09 00:59:47 -0700
committerJan Vorlicek <janvorli@microsoft.com>2017-06-09 09:59:47 +0200
commitf846eb71aebefeb0363682c1fd0ef86bee82865a (patch)
tree6366d4c458d94a207defac16c36e704558357502 /src/dlls/mscoree
parent47afd9434be8c0b5997a0a5618569abc30596546 (diff)
downloadcoreclr-f846eb71aebefeb0363682c1fd0ef86bee82865a.tar.gz
coreclr-f846eb71aebefeb0363682c1fd0ef86bee82865a.tar.bz2
coreclr-f846eb71aebefeb0363682c1fd0ef86bee82865a.zip
Enable CPU Group on Linux AMD64 (#12140)
* fix GetCurrentProcessCpuCount on Linux AMD64 * code refactor * expose NUMA related APIs on Linux
Diffstat (limited to 'src/dlls/mscoree')
-rw-r--r--src/dlls/mscoree/mscorwks_unixexports.src4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dlls/mscoree/mscorwks_unixexports.src b/src/dlls/mscoree/mscorwks_unixexports.src
index 73ffc0c1c5..e32f7ce1bb 100644
--- a/src/dlls/mscoree/mscorwks_unixexports.src
+++ b/src/dlls/mscoree/mscorwks_unixexports.src
@@ -104,6 +104,10 @@ GlobalMemoryStatusEx
VirtualQuery
WideCharToMultiByte
WriteFile
+GetLogicalProcessorInformationEx
+SetThreadGroupAffinity
+GetThreadGroupAffinity
+GetCurrentProcessorNumberEx
; Function for initializing a standalone GC
InitializeGarbageCollector