Home
last modified time | relevance | path

Searched refs:ParticipantCount (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Threading/
H A DBarrierTest.cs57 Assert.AreEqual (participants + 1, barrier.ParticipantCount, "#1"); in AddParticipantTest()
59 Assert.AreEqual (participants + 4, barrier.ParticipantCount, "#2"); in AddParticipantTest()
66 Assert.AreEqual (participants - 1, barrier.ParticipantCount, "#1"); in RemoveParticipantTest()
68 Assert.AreEqual (participants - 4, barrier.ParticipantCount, "#2"); in RemoveParticipantTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/tests/
H A DBarrierTests.cs45 Assert.Equal(initialCount, b.ParticipantCount); in RunBarrierTest1_ctor()
86 Assert.Equal(b.ParticipantCount, b.ParticipantsRemaining); in RunBarrierTest2_SignalAndWait()
111 Assert.Equal(b.ParticipantCount, b.ParticipantsRemaining); in RunBarrierTest3_SignalAndWait()
197 Assert.Equal(initialCount + participantsToAdd, b.ParticipantCount); in RunBarrierTest4_AddParticipants()
234 Assert.Equal(initialCount - participantsToRemove, b.ParticipantCount); in RunBarrierTest5_RemoveParticipants()
287 Assert.Equal(0, b.ParticipantCount); in RunBarrierTest7a()
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/info-panel/
H A Dparticipant-count.tsx10 const ParticipantCount = ({label, participantCount}: Props) => (
18 export {ParticipantCount}
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcClient/
H A DServerProperties.cs226 exts |= ListExtensions.ParticipantCount;
679 ParticipantCount = (1 << 4) enumerator
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcClient/
H A DServerProperties.cs226 exts |= ListExtensions.ParticipantCount;
704 ParticipantCount = (1 << 4) enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DEnvironmentTests.cs69 Task.WaitAll((from i in Enumerable.Range(0, b.ParticipantCount) in CurrentManagedThreadId_DifferentForActiveThreads()
76 Assert.Equal(b.ParticipantCount, ids.Count); in CurrentManagedThreadId_DifferentForActiveThreads()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/src/System/Threading/
H A DBarrier.cs175 public int ParticipantCount property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/threading/
H A DBarrier.cs190 public int ParticipantCount property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/ref/
H A DSystem.Threading.cs56 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/tests/
H A DProducerConsumerCollectionTests.cs711 …Task<int>[] tasks = Enumerable.Range(0, b.ParticipantCount).Select(_ => ThreadFactory.StartNew(() … in ManyConcurrentAddsTakes_EnsureTrackedCountsMatchResultingCollection()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9986 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs10158 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs9987 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs10157 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs12804 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs13361 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs13412 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs13396 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs13361 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs13361 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs13382 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs13718 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs13412 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs13640 public int ParticipantCount { get { throw null; } } property in System.Threading.Barrier