Home
last modified time | relevance | path

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

/external/rust/crates/tokio-util/tests/
Dspawn_pinned.rs77 let join_handle = pool.spawn_pinned(|| async { in task_panic_propagates() localVariable
89 let join_handle = pool.spawn_pinned(|| async { "test" }); in task_panic_propagates() localVariable
101 let join_handle = pool.spawn_pinned(|| { in callback_panic_does_not_kill_worker() localVariable
115 let join_handle = pool.spawn_pinned(|| async { "test" }); in callback_panic_does_not_kill_worker() localVariable
131 let join_handle = pool.spawn_pinned(|| async move { in task_cancellation_propagates() localVariable
/external/crosvm/swap/tests/
Dpage_handler.rs140 let join_handle = thread::spawn(move || { in handle_page_fault_zero_success() localVariable
225 let join_handle = thread::spawn(move || { in handle_page_remove_success() localVariable
246 let join_handle = thread::spawn(move || { in handle_page_remove_success() localVariable
354 let join_handle = thread::spawn(move || { in move_to_staging_data_written_before_enabling() localVariable
465 let join_handle = thread::spawn(move || { in move_to_staging_hugepage_chunks() localVariable
606 let join_handle = thread::spawn(move || { in swap_out_success() localVariable
671 let join_handle = thread::spawn(move || { in swap_out_handled_page() localVariable
738 let join_handle = thread::spawn(move || { in swap_out_twice() localVariable
772 let join_handle = thread::spawn(move || { in swap_out_twice() localVariable
870 let join_handle = thread::spawn(move || { in swap_in_success() localVariable
[all …]
/external/rust/crates/tokio/tests/
Djoin_handle_panic.rs14 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
/external/rust/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/base/tests/unix/
Dscoped_signal_handler.rs236 let join_handle = spawn(move || -> std::result::Result<(), ErrnoError> { in waitforinterrupt_success() localVariable
/external/crosvm/src/sys/windows/
Dirq_wait.rs341 let join_handle = thread::Builder::new() in start() localVariable
Drun_vcpu.rs618 let join_handle = vcpu_run_thread.run( in run_all_vcpus() localVariable
/external/crosvm/cros_async/src/sys/windows/
Dwait_for_handle.rs290 let join_handle = spawn_with_timeout(|| { in test_signaled_event() localVariable
/external/toolchain-utils/rust-analyzer-chromiumos-wrapper/src/
Dmain.rs98 let join_handle = { in main() localVariable
/external/crosvm/swap/src/
Dlib.rs942 let join_handle = scope.spawn(|| { in handle_vmm_swap() localVariable
1009 let join_handle = scope.spawn(|| { in handle_vmm_swap() localVariable
/external/crosvm/win_audio/src/win_audio_impl/
Dmod.rs976 let join_handle = thread::spawn(move || { in test_co_init_called_once_per_thread() localVariable