Home
last modified time | relevance | path

Searched refs:push_work_if_looper (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Dnode.rs1020 let _ = thread.push_work_if_looper(death); in set_notification_done()
H A Dthread.rs630 pub(crate) fn push_work_if_looper(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work_if_looper() method
H A Dprocess.rs1290 let _ = thread.push_work_if_looper(death); in clear_death()