Home
last modified time | relevance | path

Searched refs:scheduler (Results 1 – 25 of 32) sorted by relevance

12

/DADK/dadk-user/src/scheduler/
H A Dtests.rs38 let scheduler = Scheduler::new( in should_not_run_task_only_riscv64_on_x86_64()
45 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in should_not_run_task_only_riscv64_on_x86_64()
47 let mut scheduler = scheduler.unwrap(); in should_not_run_task_only_riscv64_on_x86_64()
49 let entity = scheduler.add_task(config_file, task); in should_not_run_task_only_riscv64_on_x86_64()
79 let scheduler = Scheduler::new( in should_not_run_task_only_x86_64_on_riscv64()
86 assert!(scheduler.is_ok(), "Create scheduler erro in should_not_run_task_only_x86_64_on_riscv64()
37 let scheduler = Scheduler::new( should_not_run_task_only_riscv64_on_x86_64() localVariable
46 let mut scheduler = scheduler.unwrap(); should_not_run_task_only_riscv64_on_x86_64() localVariable
78 let scheduler = Scheduler::new( should_not_run_task_only_x86_64_on_riscv64() localVariable
87 let mut scheduler = scheduler.unwrap(); should_not_run_task_only_x86_64_on_riscv64() localVariable
115 let scheduler = Scheduler::new( should_run_task_include_x86_64_on_x86_64() localVariable
124 let mut scheduler = scheduler.unwrap(); should_run_task_include_x86_64_on_x86_64() localVariable
148 let scheduler = Scheduler::new( should_run_task_include_riscv64_on_riscv64() localVariable
157 let mut scheduler = scheduler.unwrap(); should_run_task_include_riscv64_on_riscv64() localVariable
[all...]
H A Dtests.rs38 let scheduler = Scheduler::new( in should_not_run_task_only_riscv64_on_x86_64()
45 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in should_not_run_task_only_riscv64_on_x86_64()
47 let mut scheduler = scheduler.unwrap(); in should_not_run_task_only_riscv64_on_x86_64()
49 let entity = scheduler.add_task(config_file, task); in should_not_run_task_only_riscv64_on_x86_64()
79 let scheduler = Scheduler::new( in should_not_run_task_only_x86_64_on_riscv64()
86 assert!(scheduler.is_ok(), "Create scheduler erro in should_not_run_task_only_x86_64_on_riscv64()
37 let scheduler = Scheduler::new( should_not_run_task_only_riscv64_on_x86_64() localVariable
46 let mut scheduler = scheduler.unwrap(); should_not_run_task_only_riscv64_on_x86_64() localVariable
78 let scheduler = Scheduler::new( should_not_run_task_only_x86_64_on_riscv64() localVariable
87 let mut scheduler = scheduler.unwrap(); should_not_run_task_only_x86_64_on_riscv64() localVariable
115 let scheduler = Scheduler::new( should_run_task_include_x86_64_on_x86_64() localVariable
124 let mut scheduler = scheduler.unwrap(); should_run_task_include_x86_64_on_x86_64() localVariable
148 let scheduler = Scheduler::new( should_run_task_include_riscv64_on_riscv64() localVariable
157 let mut scheduler = scheduler.unwrap(); should_run_task_include_riscv64_on_riscv64() localVariable
[all...]
H A Dtests.rs38 let scheduler = Scheduler::new( in should_not_run_task_only_riscv64_on_x86_64() localVariable
45 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in should_not_run_task_only_riscv64_on_x86_64()
47 let mut scheduler = scheduler.unwrap(); in should_not_run_task_only_riscv64_on_x86_64() localVariable
49 let entity = scheduler.add_task(config_file, task); in should_not_run_task_only_riscv64_on_x86_64()
79 let scheduler = Scheduler::new( in should_not_run_task_only_x86_64_on_riscv64() localVariable
86 assert!(scheduler.is_ok(), "Create scheduler erro in should_not_run_task_only_x86_64_on_riscv64()
88 let mut scheduler = scheduler.unwrap(); should_not_run_task_only_x86_64_on_riscv64() localVariable
116 let scheduler = Scheduler::new( should_run_task_include_x86_64_on_x86_64() localVariable
125 let mut scheduler = scheduler.unwrap(); should_run_task_include_x86_64_on_x86_64() localVariable
149 let scheduler = Scheduler::new( should_run_task_include_riscv64_on_riscv64() localVariable
158 let mut scheduler = scheduler.unwrap(); should_run_task_include_riscv64_on_riscv64() localVariable
[all...]
H A Dtests.rs38 let scheduler = Scheduler::new( in should_not_run_task_only_riscv64_on_x86_64()
45 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in should_not_run_task_only_riscv64_on_x86_64()
47 let mut scheduler = scheduler.unwrap(); in should_not_run_task_only_riscv64_on_x86_64()
49 let entity = scheduler.add_task(config_file, task); in should_not_run_task_only_riscv64_on_x86_64()
79 let scheduler = Scheduler::new( in should_not_run_task_only_x86_64_on_riscv64()
86 assert!(scheduler.is_ok(), "Create scheduler erro in should_not_run_task_only_x86_64_on_riscv64()
37 let scheduler = Scheduler::new( should_not_run_task_only_riscv64_on_x86_64() localVariable
46 let mut scheduler = scheduler.unwrap(); should_not_run_task_only_riscv64_on_x86_64() localVariable
78 let scheduler = Scheduler::new( should_not_run_task_only_x86_64_on_riscv64() localVariable
87 let mut scheduler = scheduler.unwrap(); should_not_run_task_only_x86_64_on_riscv64() localVariable
115 let scheduler = Scheduler::new( should_run_task_include_x86_64_on_x86_64() localVariable
124 let mut scheduler = scheduler.unwrap(); should_run_task_include_x86_64_on_x86_64() localVariable
148 let scheduler = Scheduler::new( should_run_task_include_riscv64_on_riscv64() localVariable
157 let mut scheduler = scheduler.unwrap(); should_run_task_include_riscv64_on_riscv64() localVariable
[all...]
H A Dtests.rs38 let scheduler = Scheduler::new( in should_not_run_task_only_riscv64_on_x86_64() localVariable
45 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in should_not_run_task_only_riscv64_on_x86_64()
47 let mut scheduler = scheduler.unwrap(); in should_not_run_task_only_riscv64_on_x86_64() localVariable
49 let entity = scheduler.add_task(config_file, task); in should_not_run_task_only_riscv64_on_x86_64()
79 let scheduler = Scheduler::new( in should_not_run_task_only_x86_64_on_riscv64() localVariable
86 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in should_not_run_task_only_x86_64_on_riscv64()
88 let mut scheduler = scheduler.unwrap(); in should_not_run_task_only_x86_64_on_riscv64() localVariable
90 let entity = scheduler.add_task(config_file, task); in should_not_run_task_only_x86_64_on_riscv64()
116 let scheduler = Scheduler::new( in should_run_task_include_x86_64_on_x86_64() localVariable
123 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in should_run_task_include_x86_64_on_x86_64()
[all …]
H A Dtask_deque.rs7 use crate::{context::Action, scheduler::TID_EID};
H A Dtask_deque.rs7 use crate::{context::Action, scheduler::TID_EID};
H A Dmod.rs306 let mut scheduler = Scheduler { in new() localVariable
313 let r = scheduler.add_tasks(tasks); in new()
319 return Ok(scheduler); in new()
H A Dmod.rs306 let mut scheduler = Scheduler { in new()
313 let r = scheduler.add_tasks(tasks); in new()
319 return Ok(scheduler); in new()
314 let mut scheduler = Scheduler { new() localVariable
H A Dmod.rs306 let mut scheduler = Scheduler { in new()
313 let r = scheduler.add_tasks(tasks); in new()
319 return Ok(scheduler); in new()
314 let mut scheduler = Scheduler { new() localVariable
H A Dmod.rs306 let mut scheduler = Scheduler { in new()
313 let r = scheduler.add_tasks(tasks); in new() localVariable
319 return Ok(scheduler); in new()
/DADK/dadk-user/src/
H A Dlib.rs105 use crate::scheduler::Scheduler;
110 mod scheduler; module
144 let scheduler = Scheduler::new( in dadk_user_main()
150 if scheduler.is_err() { in dadk_user_main()
154 let r = scheduler.unwrap().run(); in dadk_user_main()
145 let scheduler = Scheduler::new( dadk_user_main() localVariable
H A Dlib.rs105 use crate::scheduler::Scheduler;
110 mod scheduler; module
144 let scheduler = Scheduler::new( in dadk_user_main() localVariable
150 if scheduler.is_err() { in dadk_user_main()
154 let r = scheduler.unwrap().run(); in dadk_user_main()
H A Dlib.rs105 use crate::scheduler::Scheduler;
110 mod scheduler;
144 let scheduler = Scheduler::new( in dadk_user_main()
150 if scheduler.is_err() { in dadk_user_main()
154 let r = scheduler.unwrap().run(); in dadk_user_main()
113 mod scheduler; global() module
160 let scheduler = Scheduler::new( dadk_user_main() localVariable
H A Dlib.rs105 use crate::scheduler::Scheduler;
110 mod scheduler;
144 let scheduler = Scheduler::new( in dadk_user_main()
150 if scheduler.is_err() { in dadk_user_main()
154 let r = scheduler.unwrap().run(); in dadk_user_main()
112 mod scheduler; global() module
155 let scheduler = Scheduler::new( dadk_user_main() localVariable
H A Dlib.rs105 use crate::scheduler::Scheduler;
110 mod scheduler;
144 let scheduler = Scheduler::new( in dadk_user_main()
150 if scheduler.is_err() { in dadk_user_main()
154 let r = scheduler.unwrap().run(); in dadk_user_main()
115 mod scheduler; global() module
179 let scheduler = Scheduler::new( dadk_user_main() localVariable
H A Dcontext.rs13 use crate::{executor::cache::cache_root_init, scheduler::task_deque::TASK_DEQUE};
H A Dcontext.rs13 use crate::{executor::cache::cache_root_init, scheduler::task_deque::TASK_DEQUE};
H A Dcontext.rs13 use crate::{executor::cache::cache_root_init, scheduler::task_deque::TASK_DEQUE};
H A Dcontext.rs13 use crate::{executor::cache::cache_root_init, scheduler::task_deque::TASK_DEQUE};
/DADK/dadk-user/src/executor/
H A Dtests.rs10 scheduler::{SchedEntities, Scheduler},
18 let scheduler = Scheduler::new( in setup_executor() localVariable
25 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in setup_executor()
27 let mut scheduler = scheduler.unwrap(); in setup_executor() localVariable
29 let entity = scheduler.add_task(config_file, task.unwrap()); in setup_executor()
H A Dtests.rs10 scheduler::{SchedEntities, Scheduler},
18 let scheduler = Scheduler::new( in setup_executor() localVariable
25 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in setup_executor()
27 let mut scheduler = scheduler.unwrap(); in setup_executor() localVariable
29 let entity = scheduler.add_task(config_file, task.unwrap()); in setup_executor()
H A Dtests.rs10 scheduler::{SchedEntities, Scheduler},
18 let scheduler = Scheduler::new( in setup_executor() localVariable
25 assert!(scheduler.is_ok(), "Create scheduler error: {:?}", scheduler); in setup_executor()
27 let mut scheduler = scheduler.unwrap(); in setup_executor() localVariable
29 let entity = scheduler.add_task(config_file, task.unwrap()); in setup_executor()
H A Dcache.rs13 scheduler::SchedEntity,
H A Dcache.rs13 scheduler::SchedEntity,

12