Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Navara <navara@emclient.com>2019-10-24 11:56:25 +0300
committerZoltan Varga <vargaz@gmail.com>2019-10-24 11:56:25 +0300
commit7a15b718735eccfac6ecd7467a09279d2f23e16e (patch)
tree9e7f2f5dbcee2857fff2a3db2a9e70d5998847a5 /msvc/libmonoruntime-common.targets
parent2dfd682ac9e436eb6bf5bee8baa1b4ef14e8d838 (diff)
[netcore] Managed ThreadPool implementation (#17387)
* Wire up the managed side of the portable thread pool * Remove old native thread pool code * Fix non-netcore build * Fix Thread.IsThreadPoolThread * Fix MSVC builds * Code style fix * Make the locking primitives uninterruptible * Revert icall changes for non-netcore * Implement Thread.ResetThreadPoolThread * Compile out more thread pool code for netcore * Remove ThreadPoolBoundHandle, it is shared now * Address PR feedback on code style
Diffstat (limited to 'msvc/libmonoruntime-common.targets')
-rw-r--r--msvc/libmonoruntime-common.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/msvc/libmonoruntime-common.targets b/msvc/libmonoruntime-common.targets
index 4b59bea19ab..82a4bf6cfc0 100644
--- a/msvc/libmonoruntime-common.targets
+++ b/msvc/libmonoruntime-common.targets
@@ -141,7 +141,6 @@
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\threads.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\threads-types.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\threadpool.c" />
- <ClCompile Include="$(MonoSourceLocation)\mono\metadata\threadpool-netcore.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\threadpool.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\threadpool-worker-default.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\threadpool-worker.h" />