Searched defs:Thread (Results 1 – 6 of 6) 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 { impl 1590 _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() 669 thread: &'a Arc<Thread>, in get_work_or_register() 681 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread() 730 thread: &Thread, in set_as_manager() 760 thread: &Thread, in get_node_inner() 795 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 | 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
|