Home
last modified time | relevance | path

Searched refs:TakeFromAny (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Collections.Concurrent/
H A DBlockingCollectionTests.cs204 … Task<int> t = Task.Factory.StartNew (() => BlockingCollection<string>.TakeFromAny (arr, out res)); in TakeAnyFromSecondCollection()
209 t = Task.Factory.StartNew (() => BlockingCollection<string>.TakeFromAny (arr, out res)); in TakeAnyFromSecondCollection()
224 …Task<int> t = Task.Factory.StartNew (() => BlockingCollection<string>.TakeFromAny (arr, out res, c… in TakeAnyCancellable()
230 …t = Task.Factory.StartNew (() => BlockingCollection<string>.TakeFromAny (arr, out res, cts.Token)); in TakeAnyCancellable()
238 return BlockingCollection<string>.TakeFromAny (arr, out res, cts.Token); in TakeAnyCancellable()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/
H A DBlockingCollection.cs1173 public static int TakeFromAny(BlockingCollection<T>[] collections, out T item) in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1175 return TakeFromAny(collections, out item, CancellationToken.None); in TakeFromAny()
1202 …public static int TakeFromAny(BlockingCollection<T>[] collections, out T item, CancellationToken c… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/collections/concurrent/
H A DBlockingCollection.cs1186 public static int TakeFromAny(BlockingCollection<T>[] collections, out T item) in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1188 return TakeFromAny(collections, out item, CancellationToken.None); in TakeFromAny()
1215 …public static int TakeFromAny(BlockingCollection<T>[] collections, out T item, CancellationToken c… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/tests/
H A DBlockingCollectionTests.cs392 …Assert.Throws<ObjectDisposedException>(() => BlockingCollection<int>.TakeFromAny(blockingCollectio… in Test4_Dispose()
794 …Assert.InRange(BlockingCollection<int>.TakeFromAny(blockingCollections, out item), 0, int.MaxValue… in TestConcurrentAddAnyTakeAny()
942 …Throws<ArgumentException>("collections", () => BlockingCollection<int>.TakeFromAny(blockingCollect… in Test20_TakeAnyExceptions()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/ref/
H A DSystem.Collections.Concurrent.cs38 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
39 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs389 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
390 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs392 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
393 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs387 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
388 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs388 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
389 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs2050 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
2051 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs1837 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1838 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs1854 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1855 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs1854 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1855 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs1837 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1838 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs1837 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1838 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs1846 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1847 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs2110 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
2111 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs1854 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
1855 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs2101 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection
2102 …public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, o… in TakeFromAny() method in System.Collections.Concurrent.BlockingCollection