Home
last modified time | relevance | path

Searched defs:Arc (Results 1 – 5 of 5) sorted by relevance

/rust/kernel/sync/
A Darc.rs132 pub struct Arc<T: ?Sized> { struct
133 ptr: NonNull<ArcInner<T>>, argument
142 _p: PhantomData<ArcInner<T>>, argument
207 impl<T> InPlaceInit<T> for Arc<T> { implementation
227 impl<T> Arc<T> { implementation
246 impl<T: ?Sized> Arc<T> { implementation
416 impl<T: ?Sized> Deref for Arc<T> { implementation
426 impl<T: ?Sized> AsRef<T> for Arc<T> { implementation
451 impl<T: ?Sized> Borrow<T> for Arc<T> { implementation
457 impl<T: ?Sized> Clone for Arc<T> { implementation
[all …]
/rust/kernel/sync/arc/
A Dstd_vendor.rs13 impl Arc<dyn Any + Send + Sync> { implementation
/rust/kernel/time/hrtimer/
A Darc.rs50 impl<T> HrTimerPointer for Arc<T> implementation
73 impl<T> RawHrTimerCallback for Arc<T> implementation
/rust/kernel/
A Dworkqueue.rs822 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Arc<T> implementation
846 unsafe impl<T, const ID: u64> RawWorkItem<ID> for Arc<T> implementation
877 unsafe impl<T, const ID: u64> RawDelayedWorkItem<ID> for Arc<T> implementation
/rust/pin-init/src/
A Dalloc.rs98 impl<T> InPlaceInit<T> for Arc<T> { implementation

Completed in 11 milliseconds