Searched refs:wait_thread_with_timeout (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/crosvm/swap/src/ |
H A D | worker.rs | 307 fn wait_thread_with_timeout<T>(join_handle: thread::JoinHandle<T>, timeout_millis: u64) -> T { in wait_thread_with_timeout() function 365 wait_thread_with_timeout( in test_worker_push_block() 382 wait_thread_with_timeout(push_thread, 100); in test_worker_push_block() 400 wait_thread_with_timeout( in test_worker_close_on_push_blocked() 417 let push_result = wait_thread_with_timeout(push_thread, 100); in test_worker_close_on_push_blocked() 423 wait_thread_with_timeout(close_thread, 100); in test_worker_close_on_push_blocked()
|
/aosp_15_r20/external/crosvm/swap/tests/ |
H A D | page_handler.rs | 123 fn wait_thread_with_timeout<T>(join_handle: thread::JoinHandle<T>, timeout_millis: u64) -> T { in wait_thread_with_timeout() function 176 let result = wait_thread_with_timeout(join_handle, 100); in handle_page_fault_zero_success_impl() 284 wait_thread_with_timeout(join_handle, 100); in handle_page_remove_success_impl() 307 assert_eq!(wait_thread_with_timeout(join_handle, 100), 0); in handle_page_remove_success_impl() 453 let result = wait_thread_with_timeout(join_handle, 100); in move_to_staging_data_written_before_enabling_impl() 574 let result = wait_thread_with_timeout(join_handle, 100); in move_to_staging_hugepage_chunks_impl() 758 let result = wait_thread_with_timeout(join_handle, 100); in swap_out_success_impl() 828 let result = wait_thread_with_timeout(join_handle, 100); in swap_out_handled_page_impl() 912 wait_thread_with_timeout(join_handle, 100); in swap_out_twice_impl() 956 let result = wait_thread_with_timeout(join_handle, 100); in swap_out_twice_impl() [all …]
|