Home
last modified time | relevance | path

Searched defs:join_handle (Results 1 – 14 of 14) sorted by relevance

/external/rust/android-crates-io/crates/tokio-util/tests/
Dspawn_pinned.rs80 let join_handle = pool.spawn_pinned(|| async { in task_panic_propagates() localVariable
92 let join_handle = pool.spawn_pinned(|| async { "test" }); in task_panic_propagates() localVariable
105 let join_handle = pool.spawn_pinned(|| { in callback_panic_does_not_kill_worker() localVariable
119 let join_handle = pool.spawn_pinned(|| async { "test" }); in callback_panic_does_not_kill_worker() localVariable
135 let join_handle = pool.spawn_pinned(|| async move { in task_cancellation_propagates() localVariable
/external/crosvm/swap/tests/
Dpage_handler.rs164 let join_handle = thread::spawn(move || { in handle_page_fault_zero_success_impl() localVariable
277 let join_handle = thread::spawn(move || { in handle_page_remove_success_impl() localVariable
301 let join_handle = thread::spawn(move || { in handle_page_remove_success_impl() localVariable
431 let join_handle = thread::spawn(move || { in move_to_staging_data_written_before_enabling_impl() localVariable
556 let join_handle = thread::spawn(move || { in move_to_staging_hugepage_chunks_impl() localVariable
736 let join_handle = thread::spawn(move || { in swap_out_success_impl() localVariable
816 let join_handle = thread::spawn(move || { in swap_out_handled_page_impl() localVariable
896 let join_handle = thread::spawn(move || { in swap_out_twice_impl() localVariable
934 let join_handle = thread::spawn(move || { in swap_out_twice_impl() localVariable
1050 let join_handle = thread::spawn(move || { in swap_in_success_impl() localVariable
[all …]
/external/rust/android-crates-io/crates/tokio/tests/
Djoin_handle_panic.rs15 let join_handle = tokio::spawn(async move { PanicsOnDrop }); in test_panics_do_not_propagate_when_dropping_join_handle() localVariable
Dsync_semaphore_owned.rs57 let join_handle = tokio::spawn(async move { in acquire_many() localVariable
Drt_unstable_metrics.rs165 let join_handle = scope.spawn(|| { in worker_thread_id_current_thread() localVariable
/external/rust/android-crates-io/crates/tokio-util/src/task/
Dspawn_pinned.rs236 let join_handle = in spawn_pinned() localVariable
256 let join_handle = match receiver.await { in spawn_pinned() localVariable
/external/crosvm/cros_async/src/
Dtokio_executor.rs139 join_handle: Option<tokio::task::JoinHandle<T>>, field
/external/crosvm/src/sys/windows/
Dirq_wait.rs433 let join_handle = thread::Builder::new() in start() localVariable
Drun_vcpu.rs602 let join_handle = vcpu_run_thread.run( in run_all_vcpus() localVariable
/external/rust/beto-rust/common/handle_map/benches/
Dbenches.rs172 let join_handle = thread::spawn(move || { in bench_multithreaded() localVariable
/external/rust/beto-rust/common/handle_map/src/
Dtests.rs54 let join_handle = thread::spawn(move || { in test_for_each_thread() localVariable
/external/crosvm/swap/src/
Dcontroller.rs1048 let join_handle = scope.spawn(|| { in handle_vmm_swap() localVariable
1124 let join_handle = scope.spawn(move || { in handle_vmm_swap() localVariable
/external/toolchain-utils/rust-analyzer-chromiumos-wrapper/src/
Dmain.rs130 let join_handle = { in main() localVariable
/external/crosvm/win_audio/src/win_audio_impl/
Dmod.rs2043 let join_handle = thread::spawn(move || { in test_co_init_called_once_per_thread() localVariable