Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs56 from: &Arc<Thread>, in new()
116 from: &Arc<Thread>, in new_reply()
192 fn find_target_thread(&self) -> Option<Arc<Thread>> { in find_target_thread()
347 thread: &Thread, in do_work()
H A Dthread.rs410 pub(crate) struct Thread { struct
415 inner: SpinLock<InnerThread>, argument
428 impl ListArcSafe<0> for Thread { argument
438 impl Thread { impl
1566 _thread: &Thread, in do_work()
H A Dprocess.rs223 othread: Option<&Thread>, in update_node_refcount()
244 thread: Option<&Thread>, in new_node_ref()
255 thread: &Thread, in new_node_ref_with_thread()
663 thread: &'a Arc<Thread>, in get_work_or_register()
675 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread()
724 thread: &Thread, in set_as_manager()
754 thread: &Thread, in get_node_inner()
789 thread: &Thread, in get_node()
1131 fn remove_thread(&self, thread: Arc<Thread>) { in remove_thread()
1212 thread: &Thread, in request_death()
[all …]
H A Dnode.rs702 _thread: &Thread, in do_work()
1004 pub(crate) fn set_notification_done(self: DArc<Self>, thread: &Thread) { in set_notification_done()
1073 _thread: &Thread, in do_work()
H A Drust_binder_main.rs140 thread: &Thread, in do_work()
245 _thread: &Thread, in do_work()
H A Dfreeze.rs87 thread: &Thread, in do_work()
/linux/Documentation/admin-guide/hw-vuln/
H A Dattack_vector_controls.rst129 .. _cmdline:
/linux/tools/perf/scripts/python/
H A Dgecko.py92 class Thread: class
H A Dexported-sql-viewer.py190 class Thread(QThread): class
2692 def Thread(self): member in SQLFetcher