Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/
H A Dlocal.rs111 pub struct LocalKey<T: 'static> { struct
130 impl<T: 'static> fmt::Debug for LocalKey<T> { argument
233 impl<T: 'static> LocalKey<T> { impl
315 impl<T: 'static> LocalKey<Cell<T>> { impl
442 impl<T: 'static> LocalKey<RefCell<T>> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/
H A Dlocal.rs111 pub struct LocalKey<T: 'static> { struct
130 impl<T: 'static> fmt::Debug for LocalKey<T> { implementation
233 impl<T: 'static> LocalKey<T> { implementation
315 impl<T: 'static> LocalKey<Cell<T>> { impl
442 impl<T: 'static> LocalKey<RefCell<T>> { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/
H A Dlocal.rs111 pub struct LocalKey<T: 'static> { struct
130 impl<T: 'static> fmt::Debug for LocalKey<T> { argument
233 impl<T: 'static> LocalKey<T> { implementation
315 impl<T: 'static> LocalKey<Cell<T>> { impl
442 impl<T: 'static> LocalKey<RefCell<T>> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/
H A Dlocal.rs111 pub struct LocalKey<T: 'static> { struct
130 impl<T: 'static> fmt::Debug for LocalKey<T> { implementation
233 impl<T: 'static> LocalKey<T> { impl
315 impl<T: 'static> LocalKey<Cell<T>> { implementation
442 impl<T: 'static> LocalKey<RefCell<T>> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/
H A Dlocal.rs111 pub struct LocalKey<T: 'static> { struct
130 impl<T: 'static> fmt::Debug for LocalKey<T> { argument
233 impl<T: 'static> LocalKey<T> { implementation
315 impl<T: 'static> LocalKey<Cell<T>> { implementation
442 impl<T: 'static> LocalKey<RefCell<T>> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/
Dtask_local.rs99 pub struct LocalKey<T: 'static> { struct
101 pub inner: thread::LocalKey<RefCell<Option<T>>>, argument
104 impl<T: 'static> LocalKey<T> { impl
267 impl<T: Clone + 'static> LocalKey<T> { impl
280 impl<T: 'static> fmt::Debug for LocalKey<T> { implementation