Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs857 let thread_two = std::thread::spawn(move || { in ut_inner_buffer_pop_front() localVariable
895 let thread_two = std::thread::spawn(move || { in ut_inner_buffer_pop_front() localVariable
992 let thread_two = std::thread::spawn(move || { in ut_inner_buffer_steal_into_multi_thread() localVariable
1047 let thread_two = 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.rs761 let thread_two = thread::spawn(move || { in ut_slab_multi_allocate() localVariable
833 let thread_two = thread::spawn(move || { in ut_slab_multi_allocate_drop() localVariable