SmartThreadPool v2.0
This commit is contained in:
Ami Bar
2009-12-19 16:32:41 +02:00
parent b30b4abdda
commit 4d6ffb5851
89 changed files with 13714 additions and 2639 deletions
+27 -3
View File
@@ -60,7 +60,7 @@
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
@@ -70,11 +70,21 @@
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseCE|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ReleaseCE\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<BaseAddress>285212672</BaseAddress>
<Optimize>true</Optimize>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.2.5.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="System">
<Name>System</Name>
</Reference>
@@ -94,12 +104,26 @@
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="TestFalseFillStateWithParams.cs" />
<Compile Include="TestFillStateWithParams.cs" />
<Compile Include="TestWIGFillStateWithParams.cs" />
<Compile Include="TestWIGActionT.cs" />
<Compile Include="TestWIGFuncT.cs" />
<Compile Include="TestActionT.cs" />
<Compile Include="TestFuncT.cs" />
<Compile Include="TestWIGQueueWorkItem.cs" />
<Compile Include="QueueWorkItemHelper.cs" />
<Compile Include="TestQueueWorkItem.cs" />
<Compile Include="TestCancel.cs" />
<Compile Include="TestConcurrencyChanges.cs" />
<Compile Include="PermutationGenerator.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="TestChainedDelegates.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="TestThreadsCreate.cs" />
<Compile Include="TestWIGConcurrencyChanges.cs" />
<Compile Include="TestExceptions.cs">
<SubType>Code</SubType>
</Compile>