Home
last modified time | relevance | path

Searched refs:LoadInt32 (Results 1 – 25 of 3826) sorted by relevance

12345678910>>...154

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/clock/
H A Dclock_test.go187 Expect(atomic.LoadInt32(&after)).To(Equal(int32(0)))
191 Expect(atomic.LoadInt32(&after)).To(Equal(int32(1)))
202 Expect(atomic.LoadInt32(&after)).To(Equal(int32(0)))
206 Expect(atomic.LoadInt32(&after)).To(Equal(int32(1)))
218 Expect(atomic.LoadInt32(&after)).To(Equal(int32(0)))
245 Expect(atomic.LoadInt32(&after)).To(Equal(int32(0)))
249 Expect(atomic.LoadInt32(&after)).To(Equal(int32(1)))
265 Expect(atomic.LoadInt32(&ticks)).To(Equal(int32(0)))
269 Expect(atomic.LoadInt32(&ticks)).To(Equal(int32(0)))
273 Expect(atomic.LoadInt32(&ticks)).To(Equal(int32(1)))
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/exporter/otlpexporter/
H A Dotlp_test.go223 return atomic.LoadInt32(&rcv.requestCount) > 0
227 assert.EqualValues(t, 0, atomic.LoadInt32(&rcv.totalItems))
237 return atomic.LoadInt32(&rcv.requestCount) > 1
243 assert.EqualValues(t, 2, atomic.LoadInt32(&rcv.totalItems))
314 return atomic.LoadInt32(&rcv.requestCount) > 0
364 return atomic.LoadInt32(&rcv.requestCount) > 0
368 assert.EqualValues(t, 0, atomic.LoadInt32(&rcv.totalItems))
378 return atomic.LoadInt32(&rcv.requestCount) > 1
519 return atomic.LoadInt32(&rcv.requestCount) > 0
565 return atomic.LoadInt32(&rcv.requestCount) > 0
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/config/event/
H A Dbuffer_test.go92 g.Eventually(func() int32 { return atomic.LoadInt32(&ready) }).Should(Equal(int32(2)))
95 g.Eventually(func() int32 { return atomic.LoadInt32(&cnt) }).Should(Equal(int32(1)))
99 g.Eventually(func() int32 { return atomic.LoadInt32(&cnt) }).Should(Equal(int32(0)))
122 if atomic.LoadInt32(&done) != 0 {
133 g.Eventually(func() int32 { return atomic.LoadInt32(&pumps) }).Should(Equal(int32(100)))
136 g.Eventually(func() int32 { return atomic.LoadInt32(&pumps) }).Should(Equal(int32(0)))
137 t.Logf("Pumped '%d' events.", atomic.LoadInt32(&cnt))
138 …g.Eventually(acc.Events, time.Second*5, time.Millisecond*100).Should(HaveLen(int(atomic.LoadInt32(…
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dscheduled_task_test.go25 assert.EqualValues(t, 0, atomic.LoadInt32(executionCount))
29 assert.EqualValues(t, 1, atomic.LoadInt32(executionCount))
45 assert.EqualValues(t, 0, atomic.LoadInt32(executionCount))
49 assert.EqualValues(t, 1, atomic.LoadInt32(executionCount))
53 assert.EqualValues(t, 2, atomic.LoadInt32(executionCount))
71 assert.EqualValues(t, 0, atomic.LoadInt32(executionCount))
75 assert.EqualValues(t, 0, atomic.LoadInt32(executionCount))
/dports/www/mattermost-server/mattermost-server-6.0.2/services/remotecluster/
H A Dservice_test.go50 assert.Equal(t, int32(2), atomic.LoadInt32(&count))
53 assert.Equal(t, int32(3), atomic.LoadInt32(&count))
57 assert.Equal(t, int32(4), atomic.LoadInt32(&count))
61 assert.Equal(t, int32(4), atomic.LoadInt32(&count))
64 assert.Equal(t, int32(5), atomic.LoadInt32(&count))
69 assert.Equal(t, int32(5), atomic.LoadInt32(&count))
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/benbjohnson/clock/
H A Dclock_test.go258 if atomic.LoadInt32(&ok) == 1 {
264 if atomic.LoadInt32(&ok) == 0 {
299 if atomic.LoadInt32(&ok) == 1 {
391 if atomic.LoadInt32(&n) != 0 {
397 if atomic.LoadInt32(&n) != 1 {
403 if atomic.LoadInt32(&n) != 4 {
455 if atomic.LoadInt32(&n) != 5 {
463 if atomic.LoadInt32(&n) != 5 {
485 if atomic.LoadInt32(&n) != 2 {
495 if atomic.LoadInt32(&n) != 2 {
[all …]
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/processing/snapshotter/strategy/
H A Ddebounce_test.go41 g.Expect(atomic.LoadInt32(&called)).To(Equal(int32(0)))
58 g.Expect(atomic.LoadInt32(&called)).To(Equal(int32(0)))
73 g.Expect(atomic.LoadInt32(&called)).To(Equal(int32(0)))
90 g.Expect(atomic.LoadInt32(&called)).To(Equal(int32(0)))
107 g.Expect(atomic.LoadInt32(&called)).To(Equal(int32(1)))
124 g.Expect(atomic.LoadInt32(&called)).To(Equal(int32(0)))
143 g.Expect(atomic.LoadInt32(&called)).To(Equal(int32(0)))
162 g.Expect(atomic.LoadInt32(&called)).To(Equal(int32(1)))
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/facebookgo/clock/
H A Dclock_test.go198 if atomic.LoadInt32(&ok) == 1 {
204 if atomic.LoadInt32(&ok) == 0 {
221 if atomic.LoadInt32(&ok) == 1 {
227 if atomic.LoadInt32(&ok) == 0 {
275 if atomic.LoadInt32(&ok) == 1 {
281 if atomic.LoadInt32(&ok) == 0 {
303 if atomic.LoadInt32(&n) != 0 {
309 if atomic.LoadInt32(&n) != 1 {
315 if atomic.LoadInt32(&n) != 4 {
367 if atomic.LoadInt32(&n) != 5 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/sean-/seed/
H A Dinit.go42 if atomic.LoadInt32(&seeded) == 1 {
62 if atomic.LoadInt32(&secure) == 1 {
78 return atomic.LoadInt32(&secure) == 1
83 return atomic.LoadInt32(&seeded) == 1

12345678910>>...154