Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 3 of 3) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/backend/
H A Dmod.rs23 threads: Mutex<Vec<JoinHandle<()>>>, field
33 threads: Mutex::new(Vec::new()), in new()
115 .threads in run_mm_monitor()
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dmm.rs24 threads: Mutex<Vec<JoinHandle<()>>>, field
56 threads: Mutex::new(Vec::new()), in new()
129 self.threads.lock().unwrap().push(handle); in create_threads()
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md287 &emsp;&emsp;您可以通过`info threads`命令来查看各个核心的运行状态
290 (gdb) info threads
339 info threads #显示各个核心/线程信息,它可以列出当前正在运行的核心/线程以及它们的状态。