Home
last modified time | relevance | path

Searched defs:thread_one (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs851 let thread_one = std::thread::spawn(move || { in ut_inner_buffer_pop_front() localVariable
889 let thread_one = std::thread::spawn(move || { in ut_inner_buffer_pop_front() localVariable
986 let thread_one = std::thread::spawn(move || { in ut_inner_buffer_steal_into_multi_thread() localVariable
1042 let thread_one = std::thread::spawn(move || { in ut_inner_buffer_steal_into_multi_threaded_complex() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs753 let thread_one = thread::spawn(move || { in ut_slab_multi_allocate() localVariable
819 let thread_one = thread::spawn(move || { in ut_slab_multi_allocate_drop() localVariable