Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs1439 if has_noop_placeholder && in_pool && self.process.needs_thread() { in read()
H A Dprocess.rs1198 pub(crate) fn needs_thread(&self) -> bool { in needs_thread() method