Home
last modified time | relevance | path

Searched defs:ArcNode (Results 1 – 25 of 39) sorted by relevance

12

/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/src/nodes/
H A Dmod.rs45 _writable: bool) -> ArcNode; in get_or_create()
319 fn find_subdir(&self, _name: &OsStr, _ids: &IdGenerator) -> Fallible<ArcNode> { in find_subdir()
334 _ids: &IdGenerator, _cache: &dyn Cache) -> Fallible<ArcNode> { in map()
365 -> NodeResult<(ArcNode, ArcHandle, fuse::FileAttr)> { in create()
399 -> NodeResult<(ArcNode, fuse::FileAttr)> { in lookup()
412 _ids: &IdGenerator, _cache: &dyn Cache) -> NodeResult<(ArcNode, fuse::FileAttr)> { in mkdir()
425 _ids: &IdGenerator, _cache: &dyn Cache) -> NodeResult<(ArcNode, fuse::FileAttr)> { in mknod()
467 fn rename_and_move_source(&self, _old_name: &OsStr, _new_dir: ArcNode, _new_name: &OsStr, in rename_and_move_source()
515 _ids: &IdGenerator, _cache: &dyn Cache) -> NodeResult<(ArcNode, fuse::FileAttr)> { in symlink()
529 pub type ArcNode = Arc<dyn Node + Send + Sync>; typedef
H A Dcaches.rs29 writable: bool) -> ArcNode { in get_or_create()
77 writable: bool) -> ArcNode { in get_or_create()
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
581 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
581 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
587 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
617 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
616 unsafe impl<T> UnsafeNotify for ArcNode<T> { implementation
/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
675 unsafe impl<U: Unpark> UnsafeNotify for ArcNode<U> { implementation
/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
675 unsafe impl<U: Unpark> UnsafeNotify for ArcNode<U> { implementation

12