Home
last modified time | relevance | path

Searched defs: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
970 let other_local_queue = Arc::new(LocalQueue::new()); in ut_inner_buffer_steal_into_multi_thread() localVariable
1027 let other_local_queue = Arc::new(LocalQueue::new()); in ut_inner_buffer_steal_into_multi_threaded_complex() localVariable
1072 let other_local_queue = LocalQueue::new(); in ut_inner_buffer_steal_into_more_than_half() localVariable