Searched defs:Thread (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 418 pub(crate) struct Thread { struct 423 inner: SpinLock<InnerThread>, argument 436 impl ListArcSafe<0> for Thread { argument 446 impl Thread { implementation 1631 _thread: &Thread, in do_work()
|
| H A D | process.rs | 224 othread: Option<&Thread>, in update_node_refcount() 245 thread: Option<&Thread>, in new_node_ref() 256 thread: &Thread, in new_node_ref_with_thread() 670 thread: &'a Arc<Thread>, in get_work_or_register() 682 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread() 731 thread: &Thread, in set_as_manager() 761 thread: &Thread, in get_node_inner() 796 thread: &Thread, in get_node() 1137 fn remove_thread(&self, thread: Arc<Thread>) { in remove_thread() 1218 thread: &Thread, in request_death() [all …]
|
| H A D | transaction.rs | 93 from: &Arc<Thread>, in new() 150 from: &Arc<Thread>, in new_reply() 223 fn find_target_thread(&self) -> Option<Arc<Thread>> { in find_target_thread() 382 thread: &Thread, in do_work()
|
| H A D | rust_binder_main.rs | 149 thread: &Thread, in do_work() 254 _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
|