Home
last modified time | relevance | path

Searched refs:cts2 (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Threading/
H A DCancellationTokenSourceTest.cs365 var cts2 = new CancellationTokenSource (); in RegisterThenDispose()
366 var reg2 = cts2.Token.Register (() => { throw new ApplicationException (); }); in RegisterThenDispose()
368 Assert.AreNotEqual (cts1, cts2, "#1"); in RegisterThenDispose()
369 Assert.AreNotSame (cts1, cts2, "#2"); in RegisterThenDispose()
375 cts2.Cancel (); in RegisterThenDispose()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskRtTests.cs321 CancellationTokenSource cts2 = new CancellationTokenSource(); in RunRunTests_Unwrap_NegativeCases()
322 CancellationToken token2 = cts2.Token; in RunRunTests_Unwrap_NegativeCases()
331 …if (scenario == UnwrappedScenario.ThrowTargetOceInTask) { cts2.Cancel(); throw new OperationCancel… in RunRunTests_Unwrap_NegativeCases()
575 CancellationTokenSource cts2 = new CancellationTokenSource(); in RunDelayTests_NegativeCases()
577 Task task8 = Task.Delay(-1, cts2.Token); in RunDelayTests_NegativeCases()
578 Task task9 = Task.Delay(new TimeSpan(1, 0, 0, 0), cts2.Token); in RunDelayTests_NegativeCases()
581 cts2.Cancel(); in RunDelayTests_NegativeCases()
601 …nceledException && ((OperationCanceledException)ae.InnerException).CancellationToken == cts2.Token, in RunDelayTests_NegativeCases()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/
H A DCancellationTokenTests.cs689 CancellationTokenSource cts2 = new CancellationTokenSource(); in CancellationTokenRegistration_EqualityAndHashCode()
692 CancellationTokenRegistration ctr2 = cts2.Token.Register(() => outerCTS.Cancel()); in CancellationTokenRegistration_EqualityAndHashCode()
712 …CancellationTokenSource cts2 = CancellationTokenSource.CreateLinkedTokenSource(cts1.Token, new Can… in CancellationTokenLinking_ODEinTarget()
715 cts2.Token.Register(() => { throw new ObjectDisposedException("myException"); }); in CancellationTokenLinking_ODEinTarget()
792 CancellationTokenSource cts2 = new CancellationTokenSource(); in ODEWhenDisposingLinkedCTS()
793 CancellationToken cts2Token = cts2.Token; in ODEWhenDisposingLinkedCTS()
H A DMethodCoverage.cs43 CancellationTokenSource cts2 = new CancellationTokenSource(); in TaskContinuation()
71 …askContinuationOptions.OnlyOnCanceled, TaskScheduler.Default).Wait(Int32.MaxValue - 1, cts2.Token); in TaskContinuation()
/dports/astro/gpsman/gpsman-6.4.4.2/gmsrc/
H A Dnavigate.tcl208 foreach ts [list {cts ctss} {cts2 ctss} trk] {
1502 TravelTurnArrow cts2 \
1506 $fr.fri.f$dsp.c_trkcts itemconfigure cts2 -fill $COLOUR(dialbg)
1507 $fr.fri.f$dsp.c_trkcts lower cts2 trk
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1872 cts1, cts2, ts1, ts2 time.Time
1882 {"b", &cts2},
1916 if !cts2.Equal(ts2) {
1917 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1628 cts1, cts2, ts1, ts2 time.Time
1638 {"b", &cts2},
1672 if !cts2.Equal(ts2) {
1673 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/spanner/
H A Dintegration_test.go1672 cts1, cts2, ts1, ts2 time.Time
1683 {"b", &cts2},
1717 if !cts2.Equal(ts2) {
1718 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1672 cts1, cts2, ts1, ts2 time.Time
1683 {"b", &cts2},
1717 if !cts2.Equal(ts2) {
1718 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1672 cts1, cts2, ts1, ts2 time.Time
1683 {"b", &cts2},
1717 if !cts2.Equal(ts2) {
1718 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/cloud.google.com/go/google-cloud-go-0.40.0/spanner/
H A Dintegration_test.go1672 cts1, cts2, ts1, ts2 time.Time
1683 {"b", &cts2},
1717 if !cts2.Equal(ts2) {
1718 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1640 cts1, cts2, ts1, ts2 time.Time
1650 {"b", &cts2},
1684 if !cts2.Equal(ts2) {
1685 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Daurl.cwl914 cts2
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/functional/pplx/pplx_test/
H A Dpplxtask_tests.cpp1687 cancellation_token_source cts, cts2; in SUITE() local
1691 cancellation_token ct2 = cts2.get_token(); in SUITE()
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1798 cts1, cts2, ts1, ts2 time.Time
1809 {"b", &cts2},
1843 if !cts2.Equal(ts2) {
1844 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1798 cts1, cts2, ts1, ts2 time.Time
1809 {"b", &cts2},
1843 if !cts2.Equal(ts2) {
1844 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1770 cts1, cts2, ts1, ts2 time.Time
1781 {"b", &cts2},
1815 if !cts2.Equal(ts2) {
1816 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1939 cts1, cts2, ts1, ts2 time.Time
1950 {"b", &cts2},
1984 if !cts2.Equal(ts2) {
1985 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1982 cts1, cts2, ts1, ts2 time.Time
1993 {"b", &cts2},
2027 if !cts2.Equal(ts2) {
2028 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1982 cts1, cts2, ts1, ts2 time.Time
1993 {"b", &cts2},
2027 if !cts2.Equal(ts2) {
2028 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/security/vault/google-cloud-go-storage-v1.6.0/spanner/
H A Dintegration_test.go1944 cts1, cts2, ts1, ts2 time.Time
1955 {"b", &cts2},
1989 if !cts2.Equal(ts2) {
1990 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/security/vault/google-cloud-go-spanner-v1.5.1/spanner/
H A Dintegration_test.go2008 cts1, cts2, ts1, ts2 time.Time
2019 {"b", &cts2},
2053 if !cts2.Equal(ts2) {
2054 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/spanner/
H A Dintegration_test.go2054 cts1, cts2, ts1, ts2 time.Time
2065 {"b", &cts2},
2099 if !cts2.Equal(ts2) {
2100 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/sysutils/helm/helm-3.5.2/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go1982 cts1, cts2, ts1, ts2 time.Time
1993 {"b", &cts2},
2027 if !cts2.Equal(ts2) {
2028 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)
/dports/www/pomerium/pomerium-0.8.3/vendor/cloud.google.com/go/spanner/
H A Dintegration_test.go2030 cts1, cts2, ts1, ts2 time.Time
2041 {"b", &cts2},
2075 if !cts2.Equal(ts2) {
2076 t.Errorf("Expect commit timestamp returned and read to match for txn2, got %v and %v.", cts2, ts2)

12