Home
last modified time | relevance | path

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

/external/rust/crates/crossbeam-epoch/src/
Dcollector.rs44 pub fn register(&self) -> LocalHandle { in register()
73 pub struct LocalHandle { struct
77 impl LocalHandle { impl
97 impl Drop for LocalHandle { implementation
106 impl fmt::Debug for LocalHandle { implementation
Dinternal.rs393 pub(crate) fn register(collector: &Collector) -> LocalHandle { in register()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h883 typedef uint64 LocalHandle; typedef