summaryrefslogtreecommitdiff
path: root/src/dlls/mscordac
diff options
context:
space:
mode:
authorTom Deseyn <tom.deseyn@gmail.com>2017-05-29 15:46:10 +0200
committerJan Vorlicek <janvorli@microsoft.com>2017-05-29 15:46:10 +0200
commitee454e11d0c73820dde10ab710f9d6eccd4471f1 (patch)
treecc18b73370f4ec65ae9fa9c34dd6a3ce65ea7f82 /src/dlls/mscordac
parentc08d7df65036795bc3284e18624827303a097c88 (diff)
downloadcoreclr-ee454e11d0c73820dde10ab710f9d6eccd4471f1.tar.gz
coreclr-ee454e11d0c73820dde10ab710f9d6eccd4471f1.tar.bz2
coreclr-ee454e11d0c73820dde10ab710f9d6eccd4471f1.zip
Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors implementations. (#11742)
* Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcessors implementations. * Split GetCurrentProcessCpuCount in PAL and non-PAL parts * gcenv.unix.cpp: GetCurrentProcessAffinityMask: revert, GetCurrentProcessCpuCount: add implementation * bugfix: #if instead of #ifdef HAVE_SCHED_GETAFFINITY * Remove PAL_GetCurrentProcessCpuCount * gcenv.unix: implement GetCurrentProcessAffinityMask, GetCurrentProcessCpuCount * numa.cpp: initialize g_cpuToAffinity[i].Number when numa.h is missing * cleanup * mscorwks_unixexports.src: Add GetProcessAffinityMask * PR feedback * Add GetProcessAffinityMask to mscordac_unixexports.src
Diffstat (limited to 'src/dlls/mscordac')
-rw-r--r--src/dlls/mscordac/mscordac_unixexports.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlls/mscordac/mscordac_unixexports.src b/src/dlls/mscordac/mscordac_unixexports.src
index 9881def613..b467ece16b 100644
--- a/src/dlls/mscordac/mscordac_unixexports.src
+++ b/src/dlls/mscordac/mscordac_unixexports.src
@@ -106,6 +106,7 @@ GetLastError
GetLongPathNameW
GetModuleFileNameW
GetProcAddress
+GetProcessAffinityMask
GetProcessHeap
GetShortPathNameW
GetStdHandle