Home
last modified time | relevance | path

Searched refs:CritIncrWrapper (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/
H A Dprocess.rs46 node::{CouldNotDeliverCriticalIncrement, CritIncrWrapper, Node, NodeDeath, NodeRef},
256 wrapper: Option<CritIncrWrapper>, in new_node_ref_with_thread() argument
755 wrapper: Option<CritIncrWrapper>, in get_node_inner() argument
797 wrapper = Some(CritIncrWrapper::new()?); in get_node()
H A Dnode.rs26 pub(crate) use self::wrapper::CritIncrWrapper;
455 wrapper: CritIncrWrapper, in incr_refcount_allow_zero2one_with_wrapper() argument