Searched refs:UserInteractive (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/ |
H A D | multi_thread_builder.rs | 307 use ylong_ffrt::Qos::{Default, UserInitiated, UserInteractive}; 324 let builder = builder.max_worker_num_by_qos(UserInteractive, 0); in ut_set_max_worker() 325 let num = builder.thread_num_by_qos.get(&UserInteractive).unwrap(); in ut_set_max_worker() 328 let builder = builder.max_worker_num_by_qos(UserInteractive, 21); in ut_set_max_worker() 329 let num = builder.thread_num_by_qos.get(&UserInteractive).unwrap(); in ut_set_max_worker() 360 let builder = builder.stack_size_by_qos(UserInteractive, 16 * 1000); in ut_set_stack_size() 364 .get(&UserInteractive) in ut_set_stack_size() 374 let builder = builder.stack_size_by_qos(UserInteractive, 16 * 1000 + 1); in ut_set_stack_size() 378 .get(&UserInteractive) in ut_set_stack_size()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | builder.rs | 127 .max_worker_num_by_qos(Qos::UserInteractive, 21) in sdv_build_global() 134 .max_worker_num_by_qos(Qos::UserInteractive, 21) in sdv_build_global()
|
H A D | join_set.rs | 248 .qos(Qos::UserInteractive); in sdv_join_set_builder()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/ |
H A D | lib.rs | 43 UserInteractive, enumerator
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | builder.rs | 137 let pri = Qos::UserInteractive; in ut_builder_pri()
|
H A D | mod.rs | 60 UserInteractive, enumerator
|