Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 8 of 8) sorted by relevance

/drivers/android/binder/
Dthread.rs424 pub(crate) struct Thread { struct
429 inner: SpinLock<InnerThread>, argument
431 pub(crate) prio_lock: SpinLock<ThreadPrioState>, argument
444 impl HasListLinks<0> for Thread { self.links } argument
457 impl Thread { impl
1694 _thread: &Thread, in do_work()
1704 fn on_thread_selected(&self, _thread: &Thread) {} in on_thread_selected()
Dtransaction.rs72 from: &Arc<Thread>, in new()
145 from: &Arc<Thread>, in new_reply()
230 fn find_target_thread(&self) -> Option<Arc<Thread>> { in find_target_thread()
390 thread: &Thread, in do_work()
490 fn on_thread_selected(&self, to_thread: &Thread) { in on_thread_selected()
Dprocess.rs198 othread: Option<&Thread>, in update_node_refcount()
219 thread: Option<&Thread>, in new_node_ref()
230 thread: &Thread, in new_node_ref_with_thread()
651 thread: &'a Arc<Thread>, in get_work_or_register()
663 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread()
712 thread: &Thread, in set_as_manager()
742 thread: &Thread, in get_node_inner()
777 thread: &Thread, in get_node()
1093 fn remove_thread(&self, thread: Arc<Thread>) { in remove_thread()
1174 thread: &Thread, in request_death()
[all …]
Dtrace.rs60 t as *const Thread as rust_binder_thread in raw_thread() constant
137 pub(crate) fn trace_transaction_thread_selected(t: &Transaction, th: &Thread) { in trace_transaction_thread_selected()
Drust_binder_main.rs144 thread: &Thread, in do_work()
154 fn on_thread_selected(&self, _thread: &thread::Thread); in on_thread_selected()
256 _thread: &Thread, in do_work()
266 fn on_thread_selected(&self, _thread: &Thread) {} in on_thread_selected()
Dnode.rs733 _thread: &Thread, in do_work()
758 fn on_thread_selected(&self, _thread: &Thread) {} in on_thread_selected()
1036 pub(crate) fn set_notification_done(self: DArc<Self>, thread: &Thread) { in set_notification_done()
1111 _thread: &Thread, in do_work()
1146 fn on_thread_selected(&self, _thread: &Thread) {} in on_thread_selected()
Dfreeze.rs87 thread: &Thread, in do_work()
135 fn on_thread_selected(&self, _thread: &Thread) {} in on_thread_selected()
/drivers/android/binder/node/
Dwrapper.rs43 _thread: &Thread, in do_work()
61 fn on_thread_selected(&self, _thread: &Thread) {} in on_thread_selected()