Home
last modified time | relevance | path

Searched defs:threads (Results 176 – 200 of 1416) sorted by relevance

12345678910>>...57

/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dstop_token.bench.cpp61 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 Dtests.rs31 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 Dmax_guest_memory_test.c96 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 Dtests.rs31 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 Ddecode_perf_test.cc60 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/
Darena_test.cc123 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 Dstatistics_recorder_starvation_unittest.cc205 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 Dtests.rs31 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 Dtests.rs31 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 Ddecode_perf_test.cc78 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 Dtests.rs31 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 DLockFreeTaskQueueStressTest.kt44 val threads = mutableListOf<Thread>() in <lambda>() constant
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DThrottlerTest.kt32 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 DVpxDecoder.java68 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 DVpxDecoder.java68 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 DVirtualTimeSource.kt53 private val threads = ConcurrentHashMap<Thread, ThreadStatus>() in toString() constant in kotlinx.coroutines.VirtualTimeSource
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_numeric_constants.cpp228 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 Dtest_imagedim.cpp77 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 DWorkQueueStressTest.kt14 private val threads = mutableListOf<Thread>() constant in kotlinx.coroutines.scheduling.WorkQueueStressTest
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DAdaptiveMaxPooling3d.cu134 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 DdeSpinBarrier.cpp237 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 DThreadedPrecompileTest.cpp257 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 Dtest_build_options.cpp80 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 Dgem_ctx_thrash.c334 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 DVibratorManagerHalWrapperAidlTest.cpp133 std::vector<std::thread> threads; in TEST_F() local
168 std::vector<std::thread> threads; in TEST_F() local

12345678910>>...57