Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 6 of 6) 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 { impl
1590 _thread: &Thread, in do_work()
H A Dprocess.rs223 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 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