Home
last modified time | relevance | path

Searched refs:done2 (Results 1 – 25 of 828) sorted by relevance

12345678910>>...34

/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/integrationtests/self/
H A Dmultiplex_test.go83 done2 := make(chan struct{})
92 close(done2)
99 Eventually(done2, timeout).Should(BeClosed())
117 done2 := make(chan struct{})
126 close(done2)
133 Eventually(done2, timeout).Should(BeClosed())
200 done2 := make(chan struct{})
209 close(done2)
216 Eventually(done2, timeout).Should(BeClosed())
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/integrationtests/self/
H A Dmultiplex_test.go83 done2 := make(chan struct{})
92 close(done2)
99 Eventually(done2, timeout).Should(BeClosed())
117 done2 := make(chan struct{})
126 close(done2)
133 Eventually(done2, timeout).Should(BeClosed())
200 done2 := make(chan struct{})
209 close(done2)
216 Eventually(done2, timeout).Should(BeClosed())
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/integrationtests/self/
H A Dmultiplex_test.go83 done2 := make(chan struct{})
92 close(done2)
99 Eventually(done2, timeout).Should(BeClosed())
117 done2 := make(chan struct{})
126 close(done2)
133 Eventually(done2, timeout).Should(BeClosed())
200 done2 := make(chan struct{})
209 close(done2)
216 Eventually(done2, timeout).Should(BeClosed())
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/integrationtests/self/
H A Dmultiplex_test.go83 done2 := make(chan struct{})
92 close(done2)
99 Eventually(done2, timeout).Should(BeClosed())
117 done2 := make(chan struct{})
126 close(done2)
133 Eventually(done2, timeout).Should(BeClosed())
200 done2 := make(chan struct{})
209 close(done2)
216 Eventually(done2, timeout).Should(BeClosed())
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/integrationtests/self/
H A Dmultiplex_test.go83 done2 := make(chan struct{})
92 close(done2)
99 Eventually(done2, timeout).Should(BeClosed())
117 done2 := make(chan struct{})
126 close(done2)
133 Eventually(done2, timeout).Should(BeClosed())
200 done2 := make(chan struct{})
209 close(done2)
216 Eventually(done2, timeout).Should(BeClosed())
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/integrationtests/self/
H A Dmultiplex_test.go83 done2 := make(chan struct{})
92 close(done2)
99 Eventually(done2, timeout).Should(BeClosed())
117 done2 := make(chan struct{})
126 close(done2)
133 Eventually(done2, timeout).Should(BeClosed())
200 done2 := make(chan struct{})
209 close(done2)
216 Eventually(done2, timeout).Should(BeClosed())
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/integrationtests/self/
H A Dmultiplex_test.go83 done2 := make(chan struct{})
92 close(done2)
99 Eventually(done2, timeout).Should(BeClosed())
117 done2 := make(chan struct{})
126 close(done2)
133 Eventually(done2, timeout).Should(BeClosed())
200 done2 := make(chan struct{})
209 close(done2)
216 Eventually(done2, timeout).Should(BeClosed())
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/integrationtests/self/
H A Dmultiplex_test.go85 done2 := make(chan struct{})
94 close(done2)
101 Eventually(done2, timeout).Should(BeClosed())
119 done2 := make(chan struct{})
128 close(done2)
135 Eventually(done2, timeout).Should(BeClosed())
202 done2 := make(chan struct{})
211 close(done2)
218 Eventually(done2, timeout).Should(BeClosed())
/dports/graphics/R-cran-s2/s2/src/s2/util/coding/
H A Dvarint.cc97 byte = *(ptr++); res2 = byte; if (byte < 128) goto done2; in Parse64Fallback()
98 byte = *(ptr++); res2 += (byte - 1) << 7; if (byte < 128) goto done2; in Parse64Fallback()
99 byte = *(ptr++); res2 += (byte - 1) << 14; if (byte < 128) goto done2; in Parse64Fallback()
100 byte = *(ptr++); res2 += (byte - 1) << 21; if (byte < 128) goto done2; in Parse64Fallback()
113 done2: in Parse64Fallback()
128 byte = *(ptr++); res2 = byte & 127; if (byte < 128) goto done2; in Parse64Fallback()
129 byte = *(ptr++); res2 |= (byte & 127) << 7; if (byte < 128) goto done2; in Parse64Fallback()
130 byte = *(ptr++); res2 |= (byte & 127) << 14; if (byte < 128) goto done2; in Parse64Fallback()
131 byte = *(ptr++); res2 |= (byte & 127) << 21; if (byte < 128) goto done2; in Parse64Fallback()
144 done2: in Parse64Fallback()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dtspi_audit.c210 goto done2; in Tspi_TPM_GetAuditDigest()
227 goto done2; in Tspi_TPM_GetAuditDigest()
230 goto done2; in Tspi_TPM_GetAuditDigest()
240 goto done2; in Tspi_TPM_GetAuditDigest()
248 goto done2; in Tspi_TPM_GetAuditDigest()
253 goto done2; in Tspi_TPM_GetAuditDigest()
261 goto done2; in Tspi_TPM_GetAuditDigest()
270 goto done2; in Tspi_TPM_GetAuditDigest()
279 goto done2; in Tspi_TPM_GetAuditDigest()
289 done2: in Tspi_TPM_GetAuditDigest()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/util/coding/
H A Dvarint.cc97 byte = *(ptr++); res2 = byte; if (byte < 128) goto done2; in Parse64Fallback()
98 byte = *(ptr++); res2 += (byte - 1) << 7; if (byte < 128) goto done2; in Parse64Fallback()
99 byte = *(ptr++); res2 += (byte - 1) << 14; if (byte < 128) goto done2; in Parse64Fallback()
100 byte = *(ptr++); res2 += (byte - 1) << 21; if (byte < 128) goto done2; in Parse64Fallback()
113 done2: in Parse64Fallback()
128 byte = *(ptr++); res2 = byte & 127; if (byte < 128) goto done2; in Parse64Fallback()
129 byte = *(ptr++); res2 |= (byte & 127) << 7; if (byte < 128) goto done2; in Parse64Fallback()
130 byte = *(ptr++); res2 |= (byte & 127) << 14; if (byte < 128) goto done2; in Parse64Fallback()
131 byte = *(ptr++); res2 |= (byte & 127) << 21; if (byte < 128) goto done2; in Parse64Fallback()
144 done2: in Parse64Fallback()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/util/coding/
H A Dvarint.cc97 byte = *(ptr++); res2 = byte; if (byte < 128) goto done2; in Parse64Fallback()
98 byte = *(ptr++); res2 += (byte - 1) << 7; if (byte < 128) goto done2; in Parse64Fallback()
99 byte = *(ptr++); res2 += (byte - 1) << 14; if (byte < 128) goto done2; in Parse64Fallback()
100 byte = *(ptr++); res2 += (byte - 1) << 21; if (byte < 128) goto done2; in Parse64Fallback()
113 done2: in Parse64Fallback()
128 byte = *(ptr++); res2 = byte & 127; if (byte < 128) goto done2; in Parse64Fallback()
129 byte = *(ptr++); res2 |= (byte & 127) << 7; if (byte < 128) goto done2; in Parse64Fallback()
130 byte = *(ptr++); res2 |= (byte & 127) << 14; if (byte < 128) goto done2; in Parse64Fallback()
131 byte = *(ptr++); res2 |= (byte & 127) << 21; if (byte < 128) goto done2; in Parse64Fallback()
144 done2: in Parse64Fallback()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fft/
H A Dfft.cpp167 bool done1, done2; in gmx_fft_transpose_2d() local
259 done2 = false; in gmx_fft_transpose_2d()
275 done2 = true; in gmx_fft_transpose_2d()
285 done2 = true; in gmx_fft_transpose_2d()
296 } while (!done2); in gmx_fft_transpose_2d()
309 done2 = false; in gmx_fft_transpose_2d()
331 done2 = true; in gmx_fft_transpose_2d()
336 done2 = true; in gmx_fft_transpose_2d()
339 } while (!done2); in gmx_fft_transpose_2d()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/noding/
H A DOrientedCoordinateArray.java101 boolean done2 = i2 == limit2; in compareOriented()
102 if (done1 && ! done2) return -1; in compareOriented()
103 if (! done1 && done2) return 1; in compareOriented()
104 if (done1 && done2) return 0; in compareOriented()
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DTerminateCancellationTokenTest.cpp29 Baton<> done1, done2; in TEST() local
36 done2.post(); in TEST()
41 EXPECT_TRUE(done2.try_wait_for(seconds(2))); in TEST()
/dports/net/openmpi/openmpi-4.1.1/test/datatype/
H A Dddt_test.c184 int32_t length = 0, done1 = 0, done2 = 0; in local_copy_with_convertor_2datatypes() local
214 while( (done1 & done2) != 1 ) { in local_copy_with_convertor_2datatypes()
216 if( done1 | done2 ) { in local_copy_with_convertor_2datatypes()
219 (done2 ? "finish" : "not finish") ); in local_copy_with_convertor_2datatypes()
231 if( done2 == 0 ) { in local_copy_with_convertor_2datatypes()
233 done2 = opal_convertor_unpack( recv_convertor, &iov, &iov_count, &max_data ); in local_copy_with_convertor_2datatypes()
265 int32_t length = 0, done1 = 0, done2 = 0; in local_copy_with_convertor() local
293 while( (done1 & done2) != 1 ) { in local_copy_with_convertor()
295 if( done1 | done2 ) { in local_copy_with_convertor()
298 (done2 ? "finish" : "not finish") ); in local_copy_with_convertor()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/tsan/
H A Dcond_destruction.cc14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/tsan/
H A Dcond_destruction.cpp14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/tsan/
H A Dcond_destruction.cpp14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/tsan/
H A Dcond_destruction.cpp14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dcond_destruction.cpp14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/tsan/
H A Dcond_destruction.cpp14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/tsan/
H A Dcond_destruction.cpp14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/tsan/
H A Dcond_destruction.cpp14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/tsan/
H A Dcond_destruction.cpp14 bool done1, done2; variable
20 while (!done2) in thr()
34 done2 = true; in main()

12345678910>>...34