Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs418 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 Dprocess.rs224 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 Dtransaction.rs93 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 Drust_binder_main.rs149 thread: &Thread, in do_work()
254 _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