Searched defs:Thread (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | transaction.rs | 56 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 D | thread.rs | 410 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 D | process.rs | 223 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 D | node.rs | 702 _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 D | rust_binder_main.rs | 140 thread: &Thread, in do_work() 245 _thread: &Thread, in do_work()
|
| H A D | freeze.rs | 87 thread: &Thread, in do_work()
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | attack_vector_controls.rst | 129 .. _cmdline:
|
| /linux/tools/perf/scripts/python/ |
| H A D | gecko.py | 92 class Thread: class
|
| H A D | exported-sql-viewer.py | 190 class Thread(QThread): class 2692 def Thread(self): member in SQLFetcher
|