/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | stop_token.bench.cpp | 61 std::vector<std::jthread> threads; in BM_stop_token_multi_thread_polling_stop_requested() local 140 std::vector<std::jthread> threads; in BM_stop_token_async_reg_unreg_callback() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/time/ |
H A D | tests.rs | 31 let threads: Vec<_> = (0..8) in instant_monotonic_concurrent() localVariable 241 let threads: Vec<_> = (0..$thread_count) localVariable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/ |
H A D | max_guest_memory_test.c | 96 pthread_t *threads; in spawn_workers() local 174 pthread_t *threads; in main() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/time/ |
H A D | tests.rs | 31 let threads: Vec<_> = (0..8) in instant_monotonic_concurrent() localVariable 241 let threads: Vec<_> = (0..$thread_count) localVariable
|
/aosp_15_r20/external/libaom/test/ |
H A D | decode_perf_test.cc | 60 const unsigned threads = GET_PARAM(THREADS); in TEST_P() local 208 const uint32_t threads = 4; in TEST_P() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/mem/ |
D | arena_test.cc | 123 std::vector<std::thread> threads; in TEST() local 146 std::vector<std::thread> threads; in TEST() local
|
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | statistics_recorder_starvation_unittest.cc | 205 std::vector<BaseThread*> threads; in GetAllThreads() local 266 std::vector<BaseThread*> threads = GetAllThreads(); in TEST_P() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/time/ |
H A D | tests.rs | 31 let threads: Vec<_> = (0..8) in instant_monotonic_concurrent() localVariable 241 let threads: Vec<_> = (0..$thread_count) localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/time/ |
H A D | tests.rs | 31 let threads: Vec<_> = (0..8) in instant_monotonic_concurrent() localVariable 241 let threads: Vec<_> = (0..$thread_count) localVariable
|
/aosp_15_r20/external/libvpx/test/ |
H A D | decode_perf_test.cc | 78 const unsigned threads = GET_PARAM(THREADS); in TEST_P() local 227 const uint32_t threads = 4; in TEST_P() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/time/ |
H A D | tests.rs | 31 let threads: Vec<_> = (0..8) in instant_monotonic_concurrent() localVariable 241 let threads: Vec<_> = (0..$thread_count) localVariable
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
H A D | LockFreeTaskQueueStressTest.kt | 44 val threads = mutableListOf<Thread>() in <lambda>() constant
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | ThrottlerTest.kt | 32 private val threads = 4 constant in okio.ThrottlerTest
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/java/com/google/android/exoplayer2/ext/vp9/ |
H A D | VpxDecoder.java | 68 int threads) in VpxDecoder() 205 boolean disableLoopFilter, boolean enableRowMultiThreadMode, int threads); in vpxInit()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/java/com/google/android/exoplayer2/ext/vp9/ |
H A D | VpxDecoder.java | 68 int threads) in VpxDecoder() 205 boolean disableLoopFilter, boolean enableRowMultiThreadMode, int threads); in vpxInit()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
H A D | VirtualTimeSource.kt | 53 private val threads = ConcurrentHashMap<Thread, ThreadStatus>() in toString() constant in kotlinx.coroutines.VirtualTimeSource
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_numeric_constants.cpp | 228 size_t threads[] = {1,1,1}; in test_kernel_numeric_constants() local 535 size_t threads[] = {1,1,1}; in test_kernel_limit_constants() local
|
H A D | test_imagedim.cpp | 77 size_t threads[2]; in test_imagedim_pow2() local 284 size_t threads[2], local_threads[2]; in test_imagedim_non_pow2() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/ |
H A D | WorkQueueStressTest.kt | 14 private val threads = mutableListOf<Thread>() constant in kotlinx.coroutines.scheduling.WorkQueueStressTest
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | AdaptiveMaxPooling3d.cu | 134 dim3 threads(32, 8); in adaptivemaxpool_loop() local 212 dim3 threads(32, 8); in adaptivemaxgradinput_loop() local 288 dim3 threads(32, 8); in atomicadaptivemaxgradinput_loop() local
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deSpinBarrier.cpp | 237 std::vector<TestThread *> threads(numThreads, static_cast<TestThread *>(DE_NULL)); in multiThreadTest() local 311 std::vector<TestExitThread *> threads(numThreads, static_cast<TestExitThread *>(DE_NULL)); in multiThreadRemoveTest() local
|
/aosp_15_r20/external/skia/tests/graphite/precompile/ |
H A D | ThreadedPrecompileTest.cpp | 257 std::thread threads[kNumThreads]; in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 290 std::thread threads[kTotNumThreads]; in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A D | test_build_options.cpp | 80 size_t threads[1] = { 1 }; in get_result_from_program() local 326 size_t threads[1] = { 1 }; in get_float_result_from_program() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_ctx_thrash.c | 334 static void threads(void) in threads() function 337 pthread_t threads[NUM_THREADS]; in threads() local
|
/aosp_15_r20/frameworks/native/services/vibratorservice/test/ |
H A D | VibratorManagerHalWrapperAidlTest.cpp | 133 std::vector<std::thread> threads; in TEST_F() local 168 std::vector<std::thread> threads; in TEST_F() local
|