Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/sync/
Dworker_local.rs108 pub struct WorkerLocal<T> { struct
120 // can be reused, but `WorkerLocal` has a reference to `Registry` which will prevent any reuse. argument
122 unsafe impl<T: Send> Sync for WorkerLocal<T> {} implementation
124 impl<T> WorkerLocal<T> { implementation
157 impl<T> Deref for WorkerLocal<T> { implementation