Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 9 of 9) sorted by relevance

/DragonOS/user/apps/test_tokio/
H A DCargo.toml9 "rt",
10 "rt-multi-thread",
/DragonOS/user/apps/test_dup3/
H A Dmain.c13 int rt = dup3(fd, new_fd, O_CLOEXEC); in main() local
14 if (rt < 0) { in main()
/DragonOS/user/apps/test_ebpf/
H A DCargo.toml12 tokio = { version = "1.25", features = ["macros", "rt", "rt-multi-thread", "net", "signal", "time"]…
/DragonOS/docs/kernel/sched/
H A Dindex.rst14 rt
H A Drt.md43 struct process_control_block *pcb_name = kthread_run_rt(&fn_name, NULL, "test create rt pcb");
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.4.md197 * 添加rt调度器的rust初步实现
199 * 完善rt调度逻辑
201 * 调试rt调度器
207 * 删除无用代码,修补rt bug
H A DV0.1.5.md40 - scheduler: rt: RTQueue改用双向链表存储 (#174)
195 * fix(sched):修改rt中的运行队列bug,调整负载均衡逻辑
292 Sched rt doc (#163)
H A DV0.1.9.md478 riscv: 更新sbi-rt至0.0.3版本 (#512)
514 riscv: 使用sbi-rt库完成SBI操作 (#510)
516 未来的其它SBI操作也将使用sbi-rt
/DragonOS/kernel/
H A DCargo.toml81 sbi-rt = { version = "=0.0.3", features = ["legacy"] }