mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
still some windows code
This commit is contained in:
8
ThirdParty/SmartThreadPool/WorkItem.cs
vendored
8
ThirdParty/SmartThreadPool/WorkItem.cs
vendored
@@ -142,9 +142,6 @@ namespace Amib.Threading.Internal
|
||||
|
||||
#region Performance Counter fields
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Stores how long the work item waited on the stp queue
|
||||
/// </summary>
|
||||
@@ -468,10 +465,7 @@ namespace Amib.Threading.Internal
|
||||
/// <returns>
|
||||
/// true when every work item in waitableResults has completed; otherwise false.
|
||||
/// </returns>
|
||||
internal static bool WaitAll(
|
||||
IWaitableResult[] waitableResults,
|
||||
int millisecondsTimeout,
|
||||
bool exitContext,
|
||||
internal static bool WaitAll( IWaitableResult[] waitableResults, int millisecondsTimeout, bool exitContext,
|
||||
WaitHandle cancelWaitHandle)
|
||||
{
|
||||
if (0 == waitableResults.Length)
|
||||
|
||||
Reference in New Issue
Block a user