Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/thread_local/src/
Dcached.rs13 pub struct CachedThreadLocal<T: Send> { struct
17 impl<T: Send> Default for CachedThreadLocal<T> { argument
23 impl<T: Send> CachedThreadLocal<T> { implementation
83 impl<T: Send> IntoIterator for CachedThreadLocal<T> { implementation
94 impl<'a, T: Send + 'a> IntoIterator for &'a mut CachedThreadLocal<T> { implementation
103 impl<T: Send + Default> CachedThreadLocal<T> { impl
111 impl<T: Send + fmt::Debug> fmt::Debug for CachedThreadLocal<T> { implementation
117 impl<T: Send + UnwindSafe> UnwindSafe for CachedThreadLocal<T> {} implementation