Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 7 of 7) 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 Dprocess.rs222 othread: Option<&Thread>, in update_node_refcount()
243 thread: Option<&Thread>, in new_node_ref()
254 thread: &Thread, in new_node_ref_with_thread()
659 thread: &'a Arc<Thread>, in get_work_or_register()
671 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread()
720 thread: &Thread, in set_as_manager()
750 thread: &Thread, in get_node_inner()
785 thread: &Thread, in get_node()
1101 fn remove_thread(&self, thread: Arc<Thread>) { in remove_thread()
1182 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 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