Home
last modified time | relevance | path

Searched defs:CachePadded (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/crossbeam-utils/src/
Dcache_padded.rs146 pub struct CachePadded<T> { struct
150 unsafe impl<T: Send> Send for CachePadded<T> {} implementation
151 unsafe impl<T: Sync> Sync for CachePadded<T> {} implementation
153 impl<T> CachePadded<T> { impl
183 impl<T> Deref for CachePadded<T> { implementation
191 impl<T> DerefMut for CachePadded<T> { implementation
197 impl<T: fmt::Debug> fmt::Debug for CachePadded<T> { implementation
205 impl<T> From<T> for CachePadded<T> { implementation
/external/rust/crates/tokio/src/util/
Dcacheline.rs72 pub(crate) struct CachePadded<T> { struct
76 impl<T> CachePadded<T> { implementation
83 impl<T> Deref for CachePadded<T> { implementation
91 impl<T> DerefMut for CachePadded<T> { implementation