/aosp_15_r20/bionic/tests/ |
H A D | threads_test.cpp | 67 TEST(threads, call_once) { in TEST() argument 81 TEST(threads, cnd_broadcast__cnd_wait) { in TEST() argument 117 TEST(threads, cnd_init__cnd_destroy) { in TEST() argument 127 TEST(threads, cnd_signal__cnd_wait) { in TEST() argument 177 TEST(threads, cnd_timedwait_timedout) { in TEST() argument 193 TEST(threads, cnd_timedwait) { in TEST() argument 223 TEST(threads, mtx_init) { in TEST() argument 237 TEST(threads, mtx_destroy) { in TEST() argument 247 TEST(threads, mtx_lock_plain) { in TEST() argument 262 TEST(threads, mtx_lock_recursive) { in TEST() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/benches/ |
D | crossbeam.rs | 39 let threads = num_cpus::get(); in par_inout() localVariable 102 let threads = num_cpus::get() - 1; in spmc() localVariable 138 let threads = num_cpus::get() - 1; in mpsc() localVariable 174 let threads = num_cpus::get(); in mpmc() localVariable 250 let threads = num_cpus::get() - 1; in spmc() localVariable 286 let threads = num_cpus::get() - 1; in mpsc() localVariable 322 let threads = num_cpus::get(); in par_inout() localVariable 356 let threads = num_cpus::get(); in mpmc() localVariable 447 let threads = num_cpus::get() - 1; in spmc() localVariable 483 let threads = num_cpus::get() - 1; in mpsc() localVariable [all …]
|
/aosp_15_r20/external/pthreadpool/bench/ |
H A D | throughput.cc | 11 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_1d() local 34 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_1d_tile_1d() local 57 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_2d() local 80 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_2d_tile_1d() local 104 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_2d_tile_2d() local 128 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_3d() local 151 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_3d_tile_1d() local 175 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_3d_tile_2d() local 199 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_4d() local 222 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_4d_tile_1d() local [all …]
|
H A D | latency.cc | 19 const uint32_t threads = static_cast<uint32_t>(state.range(0)); in pthreadpool_parallelize_1d() local 38 const uint32_t threads = static_cast<uint32_t>(state.range(0)); in pthreadpool_parallelize_1d_tile_1d() local 57 const uint32_t threads = static_cast<uint32_t>(state.range(0)); in pthreadpool_parallelize_2d() local 76 const uint32_t threads = static_cast<uint32_t>(state.range(0)); in pthreadpool_parallelize_2d_tile_2d() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/ |
H A D | device_event_mgr_test.cc | 436 const int threads = state.range(0); in BM_no_ops() local 648 const int threads = state.range(0); in BM_chain_ops() local 653 const int threads = state.range(0); in BM_chain_ops() local 658 const int threads = state.range(0); in BM_chain_ops() local 663 const int threads = state.range(0); in BM_chain_ops() local 668 const int threads = state.range(0); in BM_chain_ops() local 673 const int threads = state.range(0); in BM_chain_ops() local 678 const int threads = state.range(0); in BM_chain_ops() local 683 const int threads = state.range(0); in BM_chain_ops() local 688 const int threads = state.range(0); in BM_chain_ops() local [all …]
|
/aosp_15_r20/art/test/183-rmw-stress-test/src/ |
H A D | Main.java | 52 Thread[] threads = new Thread[4]; in $noinline$testVarHandleBytes() local 91 Thread[] threads = new Thread[4]; in $noinline$testVarHandleInts() local 130 Thread[] threads = new Thread[4]; in $noinline$testVarHandleLongs() local 175 Thread[] threads = new Thread[4]; in $noinline$testVarHandleReferences() local 218 Thread[] threads = new Thread[4]; in $noinline$testUnsafeInts() local 259 Thread[] threads = new Thread[4]; in $noinline$testUnsafeLongs() local 311 Thread[] threads = new Thread[4]; in $noinline$testUnsafeReferences() local 365 Thread[] threads = new Thread[4]; in $noinline$testAtomicReference() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/ |
H A D | threadpool_test.cc | 67 ThreadPool* threads) { in RunWithFixedBlockSize() 108 ThreadPool threads(Env::Default(), "test", 16); in TEST() local 119 ThreadPool* threads) { in RunWithFixedBlockSizeTransformRangeConcurrently() 157 ThreadPool threads(Env::Default(), "test", 16); in TEST() local 168 ThreadPool threads(Env::Default(), "test", 16); in TEST() local 187 ThreadPool threads(Env::Default(), "test", 16); in TEST() local 206 ThreadPool* threads) { in RunFixedBlockSizeShardingWithWorkerId() 252 ThreadPool threads(Env::Default(), "test", num_threads); in TEST() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A D | mutex_test.cc | 48 int threads) { in CreatePool() 70 int threads; member 359 int threads, int iterations, int operations) { in RunTestCommon() 383 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 395 int threads, int iterations, in RunTestWithInvariantDebugging() 1617 int threads = GetParam(); local 1631 int threads = GetParam(); local 1645 int threads = GetParam(); local 1652 int threads = GetParam(); local 1666 int threads = GetParam(); local [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 48 int threads) { in CreatePool() 70 int threads; member 358 int threads, int iterations, int operations) { in RunTestCommon() 382 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 394 int threads, int iterations, in RunTestWithInvariantDebugging() 1616 int threads = GetParam(); local 1630 int threads = GetParam(); local 1644 int threads = GetParam(); local 1651 int threads = GetParam(); local 1665 int threads = GetParam(); local [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A D | mutex_test.cc | 47 int threads) { in CreatePool() 69 int threads; member 357 int threads, int iterations, int operations) { in RunTestCommon() 381 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 393 int threads, int iterations, in RunTestWithInvariantDebugging() 1615 int threads = GetParam(); local 1629 int threads = GetParam(); local 1643 int threads = GetParam(); local 1650 int threads = GetParam(); local 1664 int threads = GetParam(); local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 48 int threads) { in CreatePool() 70 int threads; member 359 int threads, int iterations, int operations) { in RunTestCommon() 383 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 395 int threads, int iterations, in RunTestWithInvariantDebugging() 1617 int threads = GetParam(); local 1631 int threads = GetParam(); local 1645 int threads = GetParam(); local 1652 int threads = GetParam(); local 1666 int threads = GetParam(); local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | thread_group.cpp | 33 boost::thread_group threads; in main() local 40 boost::thread_group threads; in main() local 48 boost::thread_group threads; in main() local 55 boost::thread_group threads; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/threads/container/ |
D | thread_vector_pass.cpp | 55 thread_vector threads; in main() local 66 thread_vector threads; in main() local 76 thread_vector threads; in main() local 86 thread_vector threads; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/ |
H A D | thread_safe_buffer_test.cc | 79 std::vector<std::unique_ptr<Thread>> threads; in TEST_P() local 99 std::vector<std::unique_ptr<Thread>> threads; in TEST_P() local 124 std::vector<std::unique_ptr<Thread>> threads; in TEST_P() local 185 std::vector<std::unique_ptr<Thread>> threads; in TEST_P() local 202 std::vector<std::unique_ptr<Thread>> threads; in TEST_P() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 55 int threads) { in CreatePool() 82 int threads; member 364 int threads, int iterations, int operations) { in RunTestCommon() 388 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 400 int threads, int iterations, in RunTestWithInvariantDebugging() 1758 std::vector<std::thread> threads; local 1812 int threads = GetParam(); local 1826 int threads = GetParam(); local 1840 int threads = GetParam(); local 1847 int threads = GetParam(); local [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 55 int threads) { in CreatePool() 82 int threads; member 364 int threads, int iterations, int operations) { in RunTestCommon() 388 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 400 int threads, int iterations, in RunTestWithInvariantDebugging() 1758 std::vector<std::thread> threads; local 1812 int threads = GetParam(); local 1826 int threads = GetParam(); local 1840 int threads = GetParam(); local 1847 int threads = GetParam(); local [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 55 int threads) { in CreatePool() 82 int threads; member 364 int threads, int iterations, int operations) { in RunTestCommon() 388 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() argument 400 int threads, int iterations, in RunTestWithInvariantDebugging() 1758 std::vector<std::thread> threads; local 1812 int threads = GetParam(); local 1826 int threads = GetParam(); local 1840 int threads = GetParam(); local 1847 int threads = GetParam(); local [all …]
|
/aosp_15_r20/system/extras/memory_replay/tests/ |
H A D | ThreadsTest.cpp | 28 Threads threads(&pointers, 1); in TEST() local 49 Threads threads(&pointers, 1); in TEST() local 92 Threads threads(&pointers, 1); in TEST() local 127 Threads threads(&pointers, 1); in TestTooManyThreads() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_thread_pool.cpp | 298 ThreadPool threads(num_threads); in test_multithread_contraction_with_output_kernel() local 386 ThreadPool threads(num_threads); in test_sharded_by_inner_dim_contraction() local 426 ThreadPool threads(num_threads); in test_sharded_by_inner_dim_contraction_with_output_kernel() local 466 ThreadPool threads(num_threads); in test_async_sharded_by_inner_dim_contraction() local 510 ThreadPool threads(num_threads); in test_async_sharded_by_inner_dim_contraction_with_output_kernel() local 639 ThreadPool threads(num_threads); in test_multithread_shuffle() local 661 ThreadPool threads(num_threads); in test_threadpool_allocate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | work_sharder_test.cc | 32 thread::ThreadPool* threads) { in RunSharding() 66 thread::ThreadPool threads(Env::Default(), "test", 16); in TEST() local 80 thread::ThreadPool threads(Env::Default(), "test", 3); in TEST() local 96 thread::ThreadPool threads(Env::Default(), "test", 16); in BM_Sharding() local
|
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/ |
H A D | DispatchersContextSwitchBenchmark.kt | 48 fun threads() { in coroutinesIoDispatcher() method 49 val threads = List(nCoroutines) { in coroutinesIoDispatcher() constant
|
/aosp_15_r20/external/pigweed/seed/ |
H A D | 0128.rst | 358 Dynamic threads: "just give me a thread" 376 Declare a default thread 399 Configurable thread attributes 454 Platform-specific thread creation
|
/aosp_15_r20/art/test/925-threadgroups/src/art/ |
H A D | Test925.java | 93 private static ArrayList<Thread> filteredThread(Thread[] threads) { in filteredThread() 110 Thread[] threads = (Thread[])data[0]; in checkChildren() local 131 Thread[] threads = (Thread[])data[0]; in waitGroupChildren() local 140 Thread[] threads = (Thread[])data[0]; in waitGroupChildren() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_kernels.cpp | 180 size_t threads[1], localThreads[1]; in test_execute_kernel_local_sizes() local 311 size_t threads[1], localThreads[1]; in test_set_kernel_arg_by_index() local 381 size_t threads[1], localThreads[1]; in test_set_kernel_arg_constant() local 468 size_t threads[1], localThreads[1]; in test_set_kernel_arg_struct_array() local 574 size_t threads[1], localThreads[1]; in test_kernel_global_constant() local
|
/aosp_15_r20/external/grpc-grpc/test/core/promise/ |
H A D | party_test.cc | 94 std::vector<std::thread> threads; in TYPED_TEST() local 141 std::vector<std::thread> threads; in TYPED_TEST() local 534 std::vector<std::thread> threads; in TEST_F() local 604 std::vector<std::thread> threads; in TEST_F() local 632 std::vector<std::thread> threads; in TEST_F() local 660 std::vector<std::thread> threads; in TEST_F() local 688 std::vector<std::thread> threads; in TEST_F() local 714 std::vector<std::thread> threads; in TEST_F() local 740 std::vector<std::thread> threads; in TEST_F() local
|