Home
last modified time | relevance | path

Searched refs:ArcNode (Results 1 – 25 of 41) sorted by relevance

12

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.1.30/src/stream/
H A Dfutures_unordered.rs599 struct ArcNode<T>(PhantomData<T>); struct
603 unsafe impl<T> Send for ArcNode<T> {} implementation
604 unsafe impl<T> Sync for ArcNode<T> {} implementation
606 impl<T> Notify for ArcNode<T> { implementation
609 let me: *const ArcNode<T> = self; in notify()
610 let me: *const *const ArcNode<T> = &me; in notify()
617 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
619 let me: *const ArcNode<T> = self; in clone_raw()
620 let me: *const *const ArcNode<T> = &me; in clone_raw()
626 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/futures/src/stream/
H A Dfutures_unordered.rs563 struct ArcNode<T>(PhantomData<T>); struct
567 unsafe impl<T> Send for ArcNode<T> {} implementation
568 unsafe impl<T> Sync for ArcNode<T> {} implementation
570 impl<T> Notify for ArcNode<T> { implementation
573 let me: *const ArcNode<T> = self; in notify()
574 let me: *const *const ArcNode<T> = &me; in notify()
581 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
583 let me: *const ArcNode<T> = self; in clone_raw()
584 let me: *const *const ArcNode<T> = &me; in clone_raw()
590 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/futures-0.1.23/src/stream/
H A Dfutures_unordered.rs563 struct ArcNode<T>(PhantomData<T>); struct
567 unsafe impl<T> Send for ArcNode<T> {} implementation
568 unsafe impl<T> Sync for ArcNode<T> {} implementation
570 impl<T> Notify for ArcNode<T> { implementation
573 let me: *const ArcNode<T> = self; in notify()
574 let me: *const *const ArcNode<T> = &me; in notify()
581 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
583 let me: *const ArcNode<T> = self; in clone_raw()
584 let me: *const *const ArcNode<T> = &me; in clone_raw()
590 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/futures-0.1.27/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/futures-0.1.31/src/stream/
H A Dfutures_unordered.rs598 struct ArcNode<T>(PhantomData<T>); struct
602 unsafe impl<T> Send for ArcNode<T> {} implementation
603 unsafe impl<T> Sync for ArcNode<T> {} implementation
605 impl<T> Notify for ArcNode<T> { implementation
608 let me: *const ArcNode<T> = self; in notify()
609 let me: *const *const ArcNode<T> = &me; in notify()
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
618 let me: *const ArcNode<T> = self; in clone_raw()
619 let me: *const *const ArcNode<T> = &me; in clone_raw()
625 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/futures-0.1.31/src/stream/
H A Dfutures_unordered.rs598 struct ArcNode<T>(PhantomData<T>); struct
602 unsafe impl<T> Send for ArcNode<T> {} implementation
603 unsafe impl<T> Sync for ArcNode<T> {} implementation
605 impl<T> Notify for ArcNode<T> { implementation
608 let me: *const ArcNode<T> = self; in notify()
609 let me: *const *const ArcNode<T> = &me; in notify()
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
618 let me: *const ArcNode<T> = self; in clone_raw()
619 let me: *const *const ArcNode<T> = &me; in clone_raw()
625 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/futures-0.1.31/src/stream/
H A Dfutures_unordered.rs598 struct ArcNode<T>(PhantomData<T>); struct
602 unsafe impl<T> Send for ArcNode<T> {} implementation
603 unsafe impl<T> Sync for ArcNode<T> {} implementation
605 impl<T> Notify for ArcNode<T> { implementation
608 let me: *const ArcNode<T> = self; in notify()
609 let me: *const *const ArcNode<T> = &me; in notify()
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
618 let me: *const ArcNode<T> = self; in clone_raw()
619 let me: *const *const ArcNode<T> = &me; in clone_raw()
625 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/www/websocat/websocat-1.9.0/cargo-crates/futures-0.1.31/src/stream/
H A Dfutures_unordered.rs598 struct ArcNode<T>(PhantomData<T>); struct
602 unsafe impl<T> Send for ArcNode<T> {} implementation
603 unsafe impl<T> Sync for ArcNode<T> {} implementation
605 impl<T> Notify for ArcNode<T> { implementation
608 let me: *const ArcNode<T> = self; in notify()
609 let me: *const *const ArcNode<T> = &me; in notify()
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
618 let me: *const ArcNode<T> = self; in clone_raw()
619 let me: *const *const ArcNode<T> = &me; in clone_raw()
625 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/futures-0.1.31/src/stream/
H A Dfutures_unordered.rs598 struct ArcNode<T>(PhantomData<T>); struct
602 unsafe impl<T> Send for ArcNode<T> {} implementation
603 unsafe impl<T> Sync for ArcNode<T> {} implementation
605 impl<T> Notify for ArcNode<T> { implementation
608 let me: *const ArcNode<T> = self; in notify()
609 let me: *const *const ArcNode<T> = &me; in notify()
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
618 let me: *const ArcNode<T> = self; in clone_raw()
619 let me: *const *const ArcNode<T> = &me; in clone_raw()
625 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/futures-0.1.31/src/stream/
H A Dfutures_unordered.rs598 struct ArcNode<T>(PhantomData<T>); struct
602 unsafe impl<T> Send for ArcNode<T> {} implementation
603 unsafe impl<T> Sync for ArcNode<T> {} implementation
605 impl<T> Notify for ArcNode<T> { implementation
608 let me: *const ArcNode<T> = self; in notify()
609 let me: *const *const ArcNode<T> = &me; in notify()
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
618 let me: *const ArcNode<T> = self; in clone_raw()
619 let me: *const *const ArcNode<T> = &me; in clone_raw()
625 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-0.1.29/src/stream/
H A Dfutures_unordered.rs569 struct ArcNode<T>(PhantomData<T>); struct
573 unsafe impl<T> Send for ArcNode<T> {} implementation
574 unsafe impl<T> Sync for ArcNode<T> {} implementation
576 impl<T> Notify for ArcNode<T> { implementation
579 let me: *const ArcNode<T> = self; in notify()
580 let me: *const *const ArcNode<T> = &me; in notify()
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
589 let me: *const ArcNode<T> = self; in clone_raw()
590 let me: *const *const ArcNode<T> = &me; in clone_raw()
596 let mut me: *const ArcNode<T> = self; in drop_raw()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-current-thread-0.1.7/src/
H A Dscheduler.rs657 struct ArcNode<U>(PhantomData<U>); struct
661 unsafe impl<U: Sync + Send> Send for ArcNode<U> {} implementation
662 unsafe impl<U: Sync + Send> Sync for ArcNode<U> {} implementation
664 impl<U: Unpark> executor::Notify for ArcNode<U> { implementation
667 let me: *const ArcNode<U> = self; in notify()
668 let me: *const *const ArcNode<U> = &me; in notify()
675 unsafe impl<U: Unpark> UnsafeNotify for ArcNode<U> { implementation
677 let me: *const ArcNode<U> = self; in clone_raw()
678 let me: *const *const ArcNode<U> = &me; in clone_raw()
684 let mut me: *const ArcNode<U> = self; in drop_raw()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-current-thread-0.1.7/src/
H A Dscheduler.rs657 struct ArcNode<U>(PhantomData<U>); struct
661 unsafe impl<U: Sync + Send> Send for ArcNode<U> {} implementation
662 unsafe impl<U: Sync + Send> Sync for ArcNode<U> {} implementation
664 impl<U: Unpark> executor::Notify for ArcNode<U> { implementation
667 let me: *const ArcNode<U> = self; in notify()
668 let me: *const *const ArcNode<U> = &me; in notify()
675 unsafe impl<U: Unpark> UnsafeNotify for ArcNode<U> { implementation
677 let me: *const ArcNode<U> = self; in clone_raw()
678 let me: *const *const ArcNode<U> = &me; in clone_raw()
684 let mut me: *const ArcNode<U> = self; in drop_raw()
[all …]
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-current-thread-0.1.7/src/
H A Dscheduler.rs657 struct ArcNode<U>(PhantomData<U>); struct
661 unsafe impl<U: Sync + Send> Send for ArcNode<U> {} implementation
662 unsafe impl<U: Sync + Send> Sync for ArcNode<U> {} implementation
664 impl<U: Unpark> executor::Notify for ArcNode<U> { implementation
667 let me: *const ArcNode<U> = self; in notify()
668 let me: *const *const ArcNode<U> = &me; in notify()
675 unsafe impl<U: Unpark> UnsafeNotify for ArcNode<U> { implementation
677 let me: *const ArcNode<U> = self; in clone_raw()
678 let me: *const *const ArcNode<U> = &me; in clone_raw()
684 let mut me: *const ArcNode<U> = self; in drop_raw()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-current-thread-0.1.6/src/
H A Dscheduler.rs657 struct ArcNode<U>(PhantomData<U>); struct
661 unsafe impl<U: Sync + Send> Send for ArcNode<U> {} implementation
662 unsafe impl<U: Sync + Send> Sync for ArcNode<U> {} implementation
664 impl<U: Unpark> executor::Notify for ArcNode<U> { implementation
667 let me: *const ArcNode<U> = self; in notify()
668 let me: *const *const ArcNode<U> = &me; in notify()
675 unsafe impl<U: Unpark> UnsafeNotify for ArcNode<U> { implementation
677 let me: *const ArcNode<U> = self; in clone_raw()
678 let me: *const *const ArcNode<U> = &me; in clone_raw()
684 let mut me: *const ArcNode<U> = self; in drop_raw()
[all …]

12