Home
last modified time | relevance | path

Searched refs:CritIncrWrapper (Results 1 – 1 of 1) 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
761 wrapper: Option<CritIncrWrapper>, in get_node_inner() argument
803 wrapper = Some(CritIncrWrapper::new()?); in get_node()