Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_runtime_async_benchmark.rs69 let handle3 = runtime.spawn(async move { in main() localVariable
103 let _ = runtime.block_on(handle3); in main()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dsync.rs455 let handle3 = ylong_runtime::spawn(async move { in sdv_waiter_with_wake_one() localVariable
460 let _ = ylong_runtime::block_on(handle3); in sdv_waiter_with_wake_one()