Home
last modified time | relevance | path

Searched refs:join_handles (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-coreaudio/src/backend/tests/
H A Dparallel.rs180 let mut join_handles = vec![]; in create_streams_by_ops_in_parallel_with_different_latency() localVariable
209 join_handles.push( in create_streams_by_ops_in_parallel_with_different_latency()
251 for handle in join_handles { in create_streams_by_ops_in_parallel_with_different_latency()
423 let mut join_handles = vec![]; in create_streams_in_parallel_with_different_latency() localVariable
452 join_handles.push( in create_streams_in_parallel_with_different_latency()
488 for handle in join_handles { in create_streams_in_parallel_with_different_latency()
533 let mut join_handles = vec![]; in test_set_buffer_frame_size_in_parallel_in_scope() localVariable
539 join_handles.push(thread::spawn(move || { in test_set_buffer_frame_size_in_parallel_in_scope()
554 for handle in join_handles { in test_set_buffer_frame_size_in_parallel_in_scope()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/tests/
H A Dparallel.rs180 let mut join_handles = vec![]; in create_streams_by_ops_in_parallel_with_different_latency() localVariable
209 join_handles.push( in create_streams_by_ops_in_parallel_with_different_latency()
251 for handle in join_handles { in create_streams_by_ops_in_parallel_with_different_latency()
423 let mut join_handles = vec![]; in create_streams_in_parallel_with_different_latency() localVariable
452 join_handles.push( in create_streams_in_parallel_with_different_latency()
488 for handle in join_handles { in create_streams_in_parallel_with_different_latency()
533 let mut join_handles = vec![]; in test_set_buffer_frame_size_in_parallel_in_scope() localVariable
539 join_handles.push(thread::spawn(move || { in test_set_buffer_frame_size_in_parallel_in_scope()
554 for handle in join_handles { in test_set_buffer_frame_size_in_parallel_in_scope()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/tests/
H A Dparallel.rs180 let mut join_handles = vec![]; in create_streams_by_ops_in_parallel_with_different_latency() localVariable
209 join_handles.push( in create_streams_by_ops_in_parallel_with_different_latency()
251 for handle in join_handles { in create_streams_by_ops_in_parallel_with_different_latency()
423 let mut join_handles = vec![]; in create_streams_in_parallel_with_different_latency() localVariable
452 join_handles.push( in create_streams_in_parallel_with_different_latency()
488 for handle in join_handles { in create_streams_in_parallel_with_different_latency()
533 let mut join_handles = vec![]; in test_set_buffer_frame_size_in_parallel_in_scope() localVariable
539 join_handles.push(thread::spawn(move || { in test_set_buffer_frame_size_in_parallel_in_scope()
554 for handle in join_handles { in test_set_buffer_frame_size_in_parallel_in_scope()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-coreaudio/src/backend/tests/
H A Dparallel.rs180 let mut join_handles = vec![]; in create_streams_by_ops_in_parallel_with_different_latency() localVariable
209 join_handles.push( in create_streams_by_ops_in_parallel_with_different_latency()
251 for handle in join_handles { in create_streams_by_ops_in_parallel_with_different_latency()
423 let mut join_handles = vec![]; in create_streams_in_parallel_with_different_latency() localVariable
452 join_handles.push( in create_streams_in_parallel_with_different_latency()
488 for handle in join_handles { in create_streams_in_parallel_with_different_latency()
533 let mut join_handles = vec![]; in test_set_buffer_frame_size_in_parallel_in_scope() localVariable
539 join_handles.push(thread::spawn(move || { in test_set_buffer_frame_size_in_parallel_in_scope()
554 for handle in join_handles { in test_set_buffer_frame_size_in_parallel_in_scope()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/tokio-0.2.24/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
/dports/multimedia/gstreamer1-plugins-rust/tokio-2fd1551867c145cabe4548da2e37adc3bdf457a4/tokio/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
/dports/net-im/fractal/fractal-4.4.0/vendor/tokio/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/tokio-0.2.25/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-0.2.25/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-0.2.21/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/tokio-0.2.22/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
/dports/net/proby/proby-1.0.2/cargo-crates/tokio-0.2.22/tests/
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/tokio-0.2.21/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio/tests/
H A Dsync_semaphore.rs64 let mut join_handles = Vec::new(); in stresstest() localVariable
67 join_handles.push(tokio::spawn(async move { in stresstest()
71 for j in join_handles { in stresstest()
/dports/devel/desed/desed-1.2.0/cargo-crates/tokio-0.2.22/tests/
H A Dsync_semaphore_owned.rs58 let mut join_handles = Vec::new(); in stresstest() localVariable
61 join_handles.push(tokio::spawn(async move { in stresstest()
65 for j in join_handles { in stresstest()

12345678