Home
last modified time | relevance | path

Searched defs:nThreads (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/concurrent/
DExecutors.java62 public static @NonNull ExecutorService newFixedUniqueThreadPool(int nThreads) { in newFixedUniqueThreadPool()
67 public static @NonNull ExecutorService newFixedUniqueThreadPool(int nThreads, in newFixedUniqueThreadPool()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/
H A DMultithreadedDispatcherStressTest.kt17 val nThreads = it + 1 in testClosingNotDroppingTasks() constant
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java98 public static ExecutorService newFixedThreadPool(int nThreads) { in newFixedThreadPool()
161 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java98 public static ExecutorService newFixedThreadPool(int nThreads) { in newFixedThreadPool()
161 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExecutors.java98 public static ExecutorService newFixedThreadPool(int nThreads) { in newFixedThreadPool()
161 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
H A DConcurrentWeakMapOperationStressTest.kt16 private val nThreads = 10 in <lambda>() constant in kotlinx.coroutines.internal.ConcurrentWeakMapOperationStressTest
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DJobHandlersUpgradeStressTest.kt12 private val nThreads = 4 in <lambda>() constant
/aosp_15_r20/frameworks/wilhelm/src/
H A DThreadPool.cpp93 unsigned nThreads = 0; // number of threads successfully created in ThreadPool_init() local
167 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads) in ThreadPool_deinit_internal()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java482 int nThreads = 100; in testRemovalNotification_clear_basher() local
556 int nThreads = 100; in testRemovalNotification_get_basher() local
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
H A DExecutors.java47 public static java.util.concurrent.ExecutorService newFixedThreadPool(int nThreads) { in newFixedThreadPool()
60 int nThreads, java.util.concurrent.ThreadFactory threadFactory) { in newFixedThreadPool()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java491 int nThreads = 100; in testRemovalNotification_clear_basher() local
565 int nThreads = 100; in testRemovalNotification_get_basher() local
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/
DConcurrentUtils.java56 public static ExecutorService newFixedThreadPool(int nThreads, String poolName, in newFixedThreadPool()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DConcurrentUtils.java53 public static ExecutorService newFixedThreadPool(int nThreads, String poolName, in newFixedThreadPool()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicLongMapBasherTest.java43 int nThreads = 100; in testModify_basher() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicLongMapBasherTest.java43 int nThreads = 100; in testModify_basher() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DLinuxAsynchronousChannelProvider.java54 … public AsynchronousChannelGroup openAsynchronousChannelGroup(int nThreads, ThreadFactory factory) in openAsynchronousChannelGroup()
H A DThreadPool.java126 static ThreadPool create(int nThreads, ThreadFactory factory) { in create()
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/
H A DConcurrentModificationExceptionOnMultiThreadedVerificationTest.java26 int nThreads = 1; field in ConcurrentModificationExceptionOnMultiThreadedVerificationTest
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DAsynchronousChannelGroup.java186 public static AsynchronousChannelGroup withFixedThreadPool(int nThreads, in withFixedThreadPool()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousChannelGroup.java186 public static AsynchronousChannelGroup withFixedThreadPool(int nThreads, in withFixedThreadPool()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousChannelGroup.java186 public static AsynchronousChannelGroup withFixedThreadPool(int nThreads, in withFixedThreadPool()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
H A DClosedAfterGuideTestExecutor.kt14 private val nThreads: Int, in newSingleThreadContext() constant in kotlinx.coroutines.ClosedAfterGuideTestDispatcher
/aosp_15_r20/libcore/ojluni/src/test/java/util/GregorianCalendar/
H A DGregorianCalendarTest.java40 static int nThreads; field in GregorianCalendarTest
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/
H A DParallelCountBytes.java125 int nThreads = (int) Math.ceil(size / (double) bufSize); in countFile() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetBasherTest.java64 int nThreads = 20; in testAddAndRemove() local

12345678910>>...23