C# Class System.Collections.Tests.Queue_SynchronizedTests

Datei anzeigen Open project: dotnet/corefx

Public Properties

Property Type Description
_queue Queue
_threadAge int
_threadCount int
_threadsToUse int

Public Methods

Method Description
StartEnqueueThread ( ) : void

Private Methods

Method Description
PerformTest ( Action action, int expected ) : void
StartDequeueEnqueueThread ( ) : void
StartDequeueThread ( ) : void
StartEnqueueDequeueThread ( ) : void
Synchronized ( ) : void
SynchronizedEnqueue ( ) : void
Synchronized_NullQueue_ThrowsArgumentNullException ( ) : void

Method Details

StartEnqueueThread() public method

public StartEnqueueThread ( ) : void
return void

Property Details

_queue public_oe property

public Queue _queue
return Queue

_threadAge public_oe property

public int _threadAge
return int

_threadCount public_oe property

public int _threadCount
return int

_threadsToUse public_oe property

public int _threadsToUse
return int