Searched refs:running (Results 1 – 13 of 13) sorted by relevance
/DragonOS/docs/kernel/core_api/ |
H A D | softirq.md | 107 running: AtomicBool, 127 running: AtomicBool::new(false), 133 .running 143 self.running.store(false, Ordering::Release);
|
/DragonOS/kernel/src/sched/ |
H A D | pelt.rs | 52 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 D | mod.rs | 40 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 D | app.rs | 15 pub running: bool, field 45 running: true, in new() 82 self.running = false; in quit()
|
H A D | main.rs | 45 while app.running { in start_headless_app() 80 while app.running { in start_tui_app()
|
/DragonOS/kernel/src/time/ |
H A D | timer.rs | 221 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 D | rt.md | 10    RTQueue是用来存放state为running的实时进程的调度队列,每个CPU维护一个RTQueue,主要使用Vec作为主要存储结构来实现。
|
/DragonOS/docs/kernel/debug/ |
H A D | debug-kernel-with-gdb.md | 293 * 2 Thread 1.2 (CPU#1 [running]) thingbuf::Core::pop_ref<u8> ()
|
/DragonOS/ |
H A D | README_EN.md | 49 …orward. You can refer to the following resources and get DragonOS up and running in as little as 1…
|
H A D | LICENSE | 74 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 D | README.md | 37 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 D | V0.1.10.md | 615 * 修改wakeup函数获取running queue时unwrap一个None值发生panic
|
H A D | V0.1.9.md | 1906 * 修正为在 wakeup 中设置 running ,以保留 set_state 的私有性
|