Home
last modified time | relevance | path

Searched defs:n_threads (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dtest.rs20 let n_threads = 16; in start_callback_called() localVariable
47 let n_threads = 16; in exit_callback_called() localVariable
77 let n_threads = 16; in handler_panics_handled_correctly() localVariable
174 let n_threads = 5; in cleared_current_thread() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/broadcast/
Dmod.rs107 let n_threads = registry.num_threads(); in broadcast_in() localVariable
140 let n_threads = registry.num_threads(); in spawn_broadcast_in() localVariable
/aosp_15_r20/external/compiler-rt/lib/tsan/benchmarks/
H A Dstart_many_threads.cc25 int n_threads; in main() local
H A Dmini_bench_local.cc27 int n_threads = 0; in main() local
H A Dmini_bench_shared.cc27 int n_threads = 0; in main() local
H A Dvts_many_threads_bench.cc45 int n_threads, n_iterations; variable
/aosp_15_r20/art/test/testrunner/
H A Drun_build_test_target.py66 n_threads = options.n_threads variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/tgkill/
H A Dtgkill01.c24 static int n_threads = 10; variable
/aosp_15_r20/external/libdav1d/tests/libfuzzer/
H A Ddav1d_fuzzer.c110 int n_threads = ((h >> 4) & 0x7) + 1; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/libevent/
H A Diocp-internal.h81 short n_threads; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DFunctionOfAMatrixUtilsKernel.cu15 C10_LAUNCH_BOUNDS_2(n_threads, n_elems_per_thread) in C10_LAUNCH_BOUNDS_2() argument
H A DLinearAlgebra.cu76 C10_LAUNCH_BOUNDS_2(n_threads, n_elems_per_thread) in C10_LAUNCH_BOUNDS_2() argument
H A DUnfoldBackwardKernel.cu23 C10_LAUNCH_BOUNDS_2(n_threads, n_elems_per_thread) in C10_LAUNCH_BOUNDS_2() argument
/aosp_15_r20/external/ComputeLibrary/src/runtime/
H A DIScheduler.cpp72 unsigned m_threads, n_threads; in schedule_common() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-6.c50 static int n_threads; variable
/aosp_15_r20/external/libdav1d/include/dav1d/
H A Ddav1d.h79 int n_threads; ///< number of threads (0 = number of logical cores in host system, default 0) member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection_context_test.cc122 void RunInThreads(size_t n_threads) { in RunInThreads()
/aosp_15_r20/external/llvm-libc/test/src/math/exhaustive/
H A Dexhaustive_test.h148 int n_threads = std::thread::hardware_concurrency(); in test_full_range() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dlogger.cpp110 auto n_threads = gloo_pg->getNumThreads(); in set_env_variables() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Ddepthfirst_driver.hpp297 size_t get_working_size(unsigned int n_threads, unsigned int n_channels) const override final in get_working_size()
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/tests/it/
Dsync_once_cell.rs120 let n_threads = if cfg!(miri) { 30 } else { 1_000 }; in get_or_init_stress() localVariable
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc125 int n_threads, internal::ThreadTimer* timer, in State()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthfirst_driver.hpp274 …size_t get_working_size(unsigned int n_threads, unsigned int n_input_channels) const override final in get_working_size()
/aosp_15_r20/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc171 const int n_threads = 3000; in TEST() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/cgroup/
H A Dtest_core.c551 int t, c_threads = 0, n_threads = 13; in test_cgcore_proc_migration() local

12