Home
last modified time | relevance | path

Searched refs:running (Results 1 – 13 of 13) sorted by relevance

/DragonOS/docs/kernel/core_api/
H A Dsoftirq.md107 running: AtomicBool,
127 running: AtomicBool::new(false),
133 .running
143 self.running.store(false, Ordering::Release);
/DragonOS/kernel/src/sched/
H A Dpelt.rs52 mut running: u32, in update_load_sum()
70 running = 0; in update_load_sum()
73 self.accumulate_sum(delta, load, runnable, running) != 0 in update_load_sum()
81 running: u32, in accumulate_sum()
113 if running > 0 { in accumulate_sum()
/DragonOS/kernel/src/driver/video/
H A Dmod.rs40 running: AtomicBool, field
67 self.running.store(false, Ordering::SeqCst); in stop_video_refresh()
72 .running in set_run()
213 running: AtomicBool::new(false), in video_init()
246 if manager.running.load(Ordering::SeqCst) { in run()
/DragonOS/tools/debugging/logmonitor/src/
H A Dapp.rs15 pub running: bool, field
45 running: true, in new()
82 self.running = false; in quit()
H A Dmain.rs45 while app.running { in start_headless_app()
80 while app.running { in start_tui_app()
/DragonOS/kernel/src/time/
H A Dtimer.rs221 running: AtomicBool, field
227 running: AtomicBool::new(false), in new()
233 .running in set_run()
239 self.running.store(false, Ordering::Release); in clear_run()
/DragonOS/docs/kernel/sched/
H A Drt.md10    RTQueue是用来存放state为running的实时进程的调度队列,每个CPU维护一个RTQueue,主要使用Vec作为主要存储结构来实现。
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md293 * 2 Thread 1.2 (CPU#1 [running]) thingbuf::Core::pop_ref<u8> ()
/DragonOS/
H A DREADME_EN.md49 …orward. You can refer to the following resources and get DragonOS up and running in as little as 1…
H A DLICENSE74 running the Program is not restricted, and the output from the Program
76 Program (independent of having been made by running the Program).
104 when run, you must cause it, when started running for such
/DragonOS/kernel/crates/rbpf/
H A DREADME.md37 virtual machine of this crate enables running it in user-space applications;
612 * When an error occurs while a program is run by uBPF, the function running the
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md615 * 修改wakeup函数获取running queue时unwrap一个None值发生panic
H A DV0.1.9.md1906 * 修正为在 wakeup 中设置 running ,以保留 set_state 的私有性