Home
last modified time | relevance | path

Searched +defs:iter +defs:next (Results 401 – 425 of 20989) sorted by relevance

1...<<11121314151617181920>>...840

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/crossbeam-epoch/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
178 let mut next = to.load(Relaxed, guard); in insert() localVariable
205 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
236 fn next(&mut self) -> Option<Self::Item> { in next() method
331 let mut iter = l.iter(&guard); in insert() localVariable
370 let mut iter = l.iter(&guard); in delete() localVariable
384 let mut iter = l.iter(&guard); in delete() localVariable
426 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
454 let mut iter = l.iter(&guard); in iter_multi() localVariable
470 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/crossbeam-epoch-0.9.4/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub(crate) fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/crossbeam-epoch/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub(crate) fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/crossbeam-epoch-0.8.0/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
330 let mut iter = l.iter(&guard); in insert() localVariable
369 let mut iter = l.iter(&guard); in delete() localVariable
383 let mut iter = l.iter(&guard); in delete() localVariable
428 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
457 let mut iter = l.iter(&guard); in iter_multi() localVariable
475 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/crossbeam-epoch-0.7.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
330 let mut iter = l.iter(&guard); in insert() localVariable
369 let mut iter = l.iter(&guard); in delete() localVariable
383 let mut iter = l.iter(&guard); in delete() localVariable
428 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
457 let mut iter = l.iter(&guard); in iter_multi() localVariable
475 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/crossbeam-epoch-0.9.5/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub(crate) fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/textproc/sd/sd-0.7.6/cargo-crates/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/crossbeam-epoch-0.7.1/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
331 let mut iter = l.iter(&guard); in insert() localVariable
370 let mut iter = l.iter(&guard); in delete() localVariable
384 let mut iter = l.iter(&guard); in delete() localVariable
428 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
457 let mut iter = l.iter(&guard); in iter_multi() localVariable
474 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/editors/xi-term/xi-term-d264767/cargo-crates/crossbeam-epoch-0.7.1/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
331 let mut iter = l.iter(&guard); in insert() localVariable
370 let mut iter = l.iter(&guard); in delete() localVariable
384 let mut iter = l.iter(&guard); in delete() localVariable
428 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
457 let mut iter = l.iter(&guard); in iter_multi() localVariable
474 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/crossbeam-epoch/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub(crate) fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/crossbeam-epoch/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub(crate) fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/crossbeam-epoch-0.7.1/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
331 let mut iter = l.iter(&guard); in insert() localVariable
370 let mut iter = l.iter(&guard); in delete() localVariable
384 let mut iter = l.iter(&guard); in delete() localVariable
428 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
457 let mut iter = l.iter(&guard); in iter_multi() localVariable
474 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/crossbeam-epoch/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub(crate) fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/devel/texlab/texlab-3.3.0/cargo-crates/crossbeam-epoch-0.9.5/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub(crate) fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/games/dose-response/dose-response-179c326/cargo-crates/crossbeam-epoch-0.3.1/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
178 let mut next = to.load(Relaxed, guard); in insert() localVariable
205 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
236 fn next(&mut self) -> Option<Self::Item> { in next() method
331 let mut iter = l.iter(&guard); in insert() localVariable
370 let mut iter = l.iter(&guard); in delete() localVariable
384 let mut iter = l.iter(&guard); in delete() localVariable
426 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
454 let mut iter = l.iter(&guard); in iter_multi() localVariable
470 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossbeam-epoch-0.9.5/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub(crate) fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/devel/racer/racer-2.1.48/cargo-crates/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable
/dports/devel/gitui/gitui-0.10.1/cargo-crates/crossbeam-epoch-0.8.2/src/sync/
H A Dlist.rs19 next: Atomic<Entry>, field
180 let mut next = to.load(Relaxed, guard); in insert() localVariable
207 pub fn iter<'g>(&'g self, guard: &'g Guard) -> Iter<'g, T, C> { in iter() method
238 fn next(&mut self) -> Option<Self::Item> { in next() method
339 let mut iter = l.iter(&guard); in insert() localVariable
378 let mut iter = l.iter(&guard); in delete() localVariable
392 let mut iter = l.iter(&guard); in delete() localVariable
437 let mut iter = l.iter(&guard); in insert_delete_multi() localVariable
466 let mut iter = l.iter(&guard); in iter_multi() localVariable
484 let mut iter = l.iter(&guard); in iter_multi() localVariable

1...<<11121314151617181920>>...840