Home
last modified time | relevance | path

Searched refs:npolls (Results 51 – 75 of 95) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio/tests/
H A Dtcp_accept.rs51 npolls: Arc<AtomicUsize>, field
63 this.npolls.fetch_add(1, SeqCst); in poll_next()
79 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
82 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
88 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
92 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
98 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/tokio-0.2.25/tests/
H A Dtcp_accept.rs53 npolls: Arc<AtomicUsize>,
66 this.npolls.fetch_add(1, SeqCst); in poll_next()
81 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
84 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
90 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
94 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
100 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/tests/
H A Dtcp_accept.rs53 npolls: Arc<AtomicUsize>,
66 this.npolls.fetch_add(1, SeqCst); in poll_next()
81 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
84 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
90 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
94 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
100 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/tokio-0.2.22/tests/
H A Dtcp_accept.rs53 npolls: Arc<AtomicUsize>,
66 this.npolls.fetch_add(1, SeqCst); in poll_next()
81 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
84 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
90 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
94 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
100 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-1.14.0/tests/
H A Drt_basic.rs51 npolls: Arc<AtomicUsize>, in no_extra_poll()
64 this.npolls.fetch_add(1, SeqCst); in no_extra_poll()
71 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
74 let npolls = Arc::clone(&rx.npolls); in no_extra_poll() localVariable
87 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
95 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
103 assert_eq!(npolls.load(SeqCst), 1 + 2 + 1); in no_extra_poll()
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-1.14.0/tests/
H A Drt_basic.rs51 npolls: Arc<AtomicUsize>, in no_extra_poll()
64 this.npolls.fetch_add(1, SeqCst); in no_extra_poll()
71 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
74 let npolls = Arc::clone(&rx.npolls); in no_extra_poll() localVariable
87 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
95 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
103 assert_eq!(npolls.load(SeqCst), 1 + 2 + 1); in no_extra_poll()
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/tokio-1.14.0/tests/
H A Drt_basic.rs51 npolls: Arc<AtomicUsize>, in no_extra_poll()
64 this.npolls.fetch_add(1, SeqCst); in no_extra_poll()
71 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
74 let npolls = Arc::clone(&rx.npolls); in no_extra_poll() localVariable
87 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
95 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
103 assert_eq!(npolls.load(SeqCst), 1 + 2 + 1); in no_extra_poll()
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tokio-1.14.0/tests/
H A Drt_basic.rs51 npolls: Arc<AtomicUsize>, in no_extra_poll()
64 this.npolls.fetch_add(1, SeqCst); in no_extra_poll()
71 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
74 let npolls = Arc::clone(&rx.npolls); in no_extra_poll() localVariable
87 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
95 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
103 assert_eq!(npolls.load(SeqCst), 1 + 2 + 1); in no_extra_poll()
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/tests/
H A Drt_basic.rs51 npolls: Arc<AtomicUsize>, in no_extra_poll()
64 this.npolls.fetch_add(1, SeqCst); in no_extra_poll()
71 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
74 let npolls = Arc::clone(&rx.npolls); in no_extra_poll() localVariable
87 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
95 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
103 assert_eq!(npolls.load(SeqCst), 1 + 2 + 1); in no_extra_poll()
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/www/zola/zola-0.15.2/cargo-crates/tokio-1.14.0/tests/
H A Drt_basic.rs51 npolls: Arc<AtomicUsize>, in no_extra_poll()
64 this.npolls.fetch_add(1, SeqCst); in no_extra_poll()
71 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
74 let npolls = Arc::clone(&rx.npolls); in no_extra_poll() localVariable
87 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
95 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
103 assert_eq!(npolls.load(SeqCst), 1 + 2 + 1); in no_extra_poll()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/tokio-1.14.0/tests/
H A Drt_basic.rs51 npolls: Arc<AtomicUsize>, in no_extra_poll()
64 this.npolls.fetch_add(1, SeqCst); in no_extra_poll()
71 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
74 let npolls = Arc::clone(&rx.npolls); in no_extra_poll() localVariable
87 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
95 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
103 assert_eq!(npolls.load(SeqCst), 1 + 2 + 1); in no_extra_poll()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-1.10.1/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-1.9.0/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-1.11.0/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tokio-1.12.0/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-1.12.0/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/www/rearx/rearx-0.1.4/cargo-crates/tokio-1.3.0/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-1.12.0/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()
/dports/net/krill/krill-0.9.4/cargo-crates/tokio-1.12.0/tests/
H A Dtcp_accept.rs52 npolls: Arc<AtomicUsize>, field
60 self.npolls.fetch_add(1, SeqCst); in poll_next()
75 npolls: Arc::new(AtomicUsize::new(0)), in no_extra_poll()
78 assert_ok!(tx.send(Arc::clone(&incoming.npolls))); in no_extra_poll()
84 let npolls = assert_ok!(rx.await); in no_extra_poll() localVariable
88 assert_eq!(npolls.load(SeqCst), 1); in no_extra_poll()
94 assert_eq!(npolls.load(SeqCst), 1 + 2); in no_extra_poll()

1234