Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 25 of 44) sorted by relevance

12

/linux/drivers/android/binder/
H A Dprocess.rs50 thread::{PushWorkRes, Thread},
107 threads: RBTree<i32, Arc<Thread>>,
109 ready_threads: List<Thread>,
223 othread: Option<&Thread>, in update_node_refcount() argument
244 thread: Option<&Thread>, in new_node_ref() argument
255 thread: &Thread, in new_node_ref_with_thread() argument
669 thread: &'a Arc<Thread>, in get_work_or_register() argument
681 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread() argument
700 let ta: Arc<Thread> = Thread::new(id, self.into())?; in get_current_thread()
730 thread: &Thread, in set_as_manager() argument
[all …]
H A Dthread.rs350 fn pop_transaction_to_reply(&mut self, thread: &Thread) -> Result<DArc<Transaction>> { in pop_transaction_to_reply()
418 pub(crate) struct Thread { struct
436 impl ListArcSafe<0> for Thread { argument
441 impl ListItem<0> for Thread {
446 impl Thread { implementation
451 try_pin_init!(Thread { in new()
1590 _thread: &Thread, in do_work() argument
H A Dfreeze.rs17 defs::*, node::Node, process::Process, thread::Thread, BinderReturnWriter, DArc, DLArc,
87 thread: &Thread, in do_work() argument
/linux/tools/perf/scripts/python/
H A Dgecko.py92 class Thread: class
295 thread = Thread(comm=comm, pid=pid, tid=tid)
304 http_server_thread = threading.Thread(target=test, args=(CORSRequestHandler, HTTPServer,))
/linux/rust/pin-init/examples/
H A Dmutex.rs18 thread::{self, sleep, Builder, Thread},
169 thread: Thread,
/linux/Documentation/tools/rtla/
H A Drtla-timerlat-top.rst53 0 00:00:12 | IRQ Timer Latency (us) | Thread Timer Latency (us)
106 Thread latency: 41.96 us (100%)
H A Dcommon_timerlat_description.txt8 prints the timer latency at the timer *IRQ* handler and the *Thread*
H A Drtla-osnoise-top.rst46 …% CPU Aval Max Noise Max Single HW NMI IRQ Softirq Thread
/linux/tools/testing/selftests/drivers/net/
H A Dnetpoll_basic.py62 BPF_THREAD: Optional[threading.Thread] = None
249 BPF_THREAD = threading.Thread(target=bpftrace_call)
/linux/Documentation/arch/x86/
H A Damd-hfi.rst41 Thread Classification and Ranking Table Interaction
55 Thread Classification Example Table
67 Thread classification is performed by the hardware each time that the thread is switched out.
H A Dmds.rst90 This does not protect against cross Hyper-Thread attacks except for MSBDS
183 protected against cross Hyper-Thread attacks because the Fill Buffer and
193 that stale data from the idling CPU from spilling to the Hyper-Thread
/linux/Documentation/arch/powerpc/
H A Ddscr.rst16 dscr /* Thread DSCR value */
17 dscr_inherit /* Thread has changed default DSCR */
H A Dimc.rst19 on-chip but off-core), Core level and Thread level.
25 The Core and Thread IMC PMU counters are handled in the core. Core level PMU
/linux/Documentation/admin-guide/hw-vuln/
H A Dcross-thread-rsb.rst4 Cross-Thread Return Address Predictions
32 CVE-2022-27672 Cross-Thread Return Address Predictions
H A Dattack_vector_controls.rst104 Cross-Thread
202 Vulnerability User-to-Kernel User-to-User Guest-to-Host Guest-to-Guest Cross-Thread Notes
H A Dgather_data_sampling.rst24 Because the buffers are shared between Hyper-Threads cross Hyper-Thread attacks
/linux/Documentation/usb/
H A Ddwc3.rst39 sleeping is handed over to the Thread. The event is saved in an
/linux/Documentation/virt/kvm/devices/
H A Dxive.rst25 1. Thread Interrupt Management Area (TIMA)
27 Each thread has an associated Thread Interrupt Management context
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcsan.rst311 一个内核数据竞争检测的替代方法是 `Kernel Thread Sanitizer (KTSAN)
/linux/arch/arm/mm/
H A Dproc-v7m.S147 msr control, r1 @ Thread mode has unpriviledged access
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py295 thread = threading.Thread(
/linux/arch/arm/boot/dts/st/
H A Dstm32h750i-art-pi.dts53 model = "RT-Thread STM32H750i-ART-PI board";
/linux/Documentation/arch/parisc/
H A Dregisters.rst32 CR27 (TR 3) Thread descriptor pointer
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py361 t = threading.Thread(target=dispatch)
/linux/tools/perf/Documentation/
H A Dintel-hybrid.txt127 Thread mode example:

12