Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs916 let other_local_queue = LocalQueue::new(); in ut_inner_buffer_steal_into_zero() localVariable
935 let other_local_queue = LocalQueue::new(); in ut_inner_buffer_steal_into_less_than_half() localVariable
946 other_local_queue.push_back(task, &global_queue); in ut_inner_buffer_steal_into_less_than_half()
949 other_local_queue.steal_into_and_release(&local_queue); in ut_inner_buffer_steal_into_less_than_half()
970 let other_local_queue = Arc::new(LocalQueue::new()); in ut_inner_buffer_steal_into_multi_thread() localVariable
983 other_local_queue.push_back(task, &global_queue); in ut_inner_buffer_steal_into_multi_thread()
1000 other_local_queue.len() + local_queue.len() + 1, in ut_inner_buffer_steal_into_multi_thread()
1027 let other_local_queue = Arc::new(LocalQueue::new()); in ut_inner_buffer_steal_into_multi_threaded_complex() localVariable
1039 other_local_queue.push_back(task, &global_queue); in ut_inner_buffer_steal_into_multi_threaded_complex()
1072 let other_local_queue = LocalQueue::new(); in ut_inner_buffer_steal_into_more_than_half() localVariable
[all …]