/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/rseq/ |
H A D | basic_percpu_ops_test.c | 114 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local 121 pthread_create(&test_threads[i], NULL, in test_percpu_spinlock() 125 pthread_join(test_threads[i], NULL); in test_percpu_spinlock() 241 pthread_t test_threads[200]; in test_percpu_list() local 265 pthread_create(&test_threads[i], NULL, in test_percpu_list() 269 pthread_join(test_threads[i], NULL); in test_percpu_list()
|
H A D | param_test.c | 422 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local 434 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock() 445 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock() 498 pthread_t test_threads[num_threads]; in test_percpu_inc() local 510 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc() 521 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc() 647 pthread_t test_threads[num_threads]; in test_percpu_list() local 671 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list() 681 ret = pthread_join(test_threads[i], NULL); in test_percpu_list() 838 pthread_t test_threads[num_threads]; in test_percpu_buffer() local [all …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | http2_client.cc | 163 std::vector<std::thread> test_threads; in DoMaxStreams() local 164 test_threads.reserve(10); in DoMaxStreams() 166 test_threads.emplace_back( in DoMaxStreams() 170 for (auto it = test_threads.begin(); it != test_threads.end(); it++) { in DoMaxStreams()
|
H A D | stress_test.cc | 273 std::vector<std::thread> test_threads; in main() local 322 test_threads.emplace_back(std::thread( in main() 340 for (auto it = test_threads.begin(); it != test_threads.end(); it++) { in main()
|
H A D | xds_interop_client.cc | 565 std::vector<std::thread> test_threads; in main() local 566 test_threads.reserve(absl::GetFlag(FLAGS_num_channels)); in main() 568 test_threads.emplace_back(std::thread(&RunTestLoop, duration_per_query, in main() 575 for (auto it = test_threads.begin(); it != test_threads.end(); it++) { in main()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | cli.rs | 26 pub test_threads: Option<usize>, field 278 let test_threads = get_test_threads(&matches)?; in parse_opts_impl() localVariable 299 test_threads, in parse_opts_impl() 379 let test_threads = match matches.opt_str("test-threads") { in get_test_threads() localVariable 393 Ok(test_threads) in get_test_threads()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | cli.rs | 26 pub test_threads: Option<usize>, field 278 let test_threads = get_test_threads(&matches)?; in parse_opts_impl() localVariable 299 test_threads, in parse_opts_impl() 379 let test_threads = match matches.opt_str("test-threads") { in get_test_threads() localVariable 393 Ok(test_threads) in get_test_threads()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/ |
H A D | cli.rs | 26 pub test_threads: Option<usize>, field 278 let test_threads = get_test_threads(&matches)?; in parse_opts_impl() localVariable 299 test_threads, in parse_opts_impl() 379 let test_threads = match matches.opt_str("test-threads") { in get_test_threads() localVariable 393 Ok(test_threads) in get_test_threads()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | cli.rs | 26 pub test_threads: Option<usize>, field 278 let test_threads = get_test_threads(&matches)?; in parse_opts_impl() localVariable 299 test_threads, in parse_opts_impl() 379 let test_threads = match matches.opt_str("test-threads") { in get_test_threads() localVariable 393 Ok(test_threads) in get_test_threads()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | cli.rs | 26 pub test_threads: Option<usize>, field 278 let test_threads = get_test_threads(&matches)?; in parse_opts_impl() localVariable 299 test_threads, in parse_opts_impl() 379 let test_threads = match matches.opt_str("test-threads") { in get_test_threads() localVariable 393 Ok(test_threads) in get_test_threads()
|
/aosp_15_r20/external/pigweed/pw_thread_stl/ |
H A D | CMakeLists.txt | 85 pw_add_library(pw_thread_stl.test_threads STATIC 89 test_threads.cc 107 pw_thread_stl.test_threads
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
H A D | _metadata_flags_test.py | 269 test_threads = [] 277 test_threads.append(test_thread) 286 for test_thread in test_threads:
|
/aosp_15_r20/external/jemalloc_new/msvc/ |
H A D | jemalloc_vc2015.sln | 13 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_threads", "projects\vc2015\test_threads\test_…
|
H A D | jemalloc_vc2017.sln | 13 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_threads", "projects\vc2017\test_threads\test_…
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | guard_threaded_test.pass.cpp | 318 ThreadGroup test_threads; in test_impl() local 319 test_threads.CreateThreadsWithBarrier(ConcurrentRunsPerTest, [=]() { in test_impl() 324 test_threads.JoinAll(); in test_impl()
|
/aosp_15_r20/external/pigweed/pw_thread/ |
H A D | CMakeLists.txt | 220 # test_threads you can create a pw_add_test target which depends on this 222 # test_threads. See pw_thread_stl.thread_backend_test as an example.
|
H A D | BUILD.gn | 229 # test_threads you can create a pw_test target which depends on this 231 # test_threads. See "$dir_pw_thread_stl:thread_backend_test" as an example.
|
/aosp_15_r20/external/jemalloc_new/msvc/test_threads/ |
H A D | test_threads.h | 3 int test_threads();
|
H A D | test_threads_main.cpp | 9 int rc = test_threads(); in main()
|
H A D | test_threads.cpp | 19 int test_threads() { in test_threads() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/tests/ |
D | main_thread.rs | 9 args.test_threads = Some(1); in check_test_on_main_thread()
|
/aosp_15_r20/external/crosvm/cros_tracing/tests/ |
H A D | trace_marker.rs | 134 test_threads: Some(1), in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/src/ |
D | args.rs | 76 pub test_threads: Option<usize>, field
|
/aosp_15_r20/external/crosvm/jail/tests/ |
H A D | fork.rs | 108 test_threads: Some(1), in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/tests/common/ |
D | mod.rs | 99 args.test_threads = Some(1); in check()
|