Skip to content

Commit

Permalink
[mono] Switch to shared LowLevelLock
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeFlux committed Mar 2, 2021
1 parent 0c2a880 commit 61fef69
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<ILLinkDirectory>$(MSBuildThisFileDirectory)src\ILLink\</ILLinkDirectory>

<FeaturePortableThreadPool>true</FeaturePortableThreadPool>
<FeatureSharedLowLevelLock>true</FeatureSharedLowLevelLock>
</PropertyGroup>

<!-- Note that various places in SPCL depend on this resource name i.e. TplEventSource -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\LazyInitializer.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\LazyThreadSafetyMode.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\LockRecursionException.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\LowLevelLock.cs" Condition="'$(FeatureSharedLowLevelLock)' == 'true'" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\LowLevelLock.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\LowLevelSpinWaiter.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\LowLevelMonitor.cs" />
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\ManualResetEvent.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
<Compile Include="$(BclSourcesRoot)\System\Threading\PreAllocatedOverlapped.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\Thread.Mono.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\ThreadPool.Mono.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\LowLevelLock.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\WaitHandle.Mono.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetsUnix)' == 'true' or '$(TargetsBrowser)' == 'true'">
Expand Down

This file was deleted.

0 comments on commit 61fef69

Please sign in to comment.