C# Class System.Collections.Tests.Queue_SynchronizedTests

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
_queue Queue
_threadAge int
_threadCount int
_threadsToUse int

Méthodes publiques

Méthode Description
StartEnqueueThread ( ) : void

Private Methods

Méthode 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 méthode

public StartEnqueueThread ( ) : void
Résultat void

Property Details

_queue public_oe property

public Queue _queue
Résultat Queue

_threadAge public_oe property

public int _threadAge
Résultat int

_threadCount public_oe property

public int _threadCount
Résultat int

_threadsToUse public_oe property

public int _threadsToUse
Résultat int