Home
last modified time | relevance | path

Searched refs:nThreads (Results 1 – 7 of 7) sorted by relevance

/frameworks/wilhelm/src/
DThreadPool.cpp81 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads);
93 unsigned nThreads = 0; // number of threads successfully created in ThreadPool_init() local
154 ++nThreads; in ThreadPool_init()
163 ThreadPool_deinit_internal(tp, initialized, nThreads); in ThreadPool_init()
167 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads) in ThreadPool_deinit_internal() argument
173 if (0 < nThreads) { in ThreadPool_deinit_internal()
185 for (i = 0; i < nThreads; ++i) { in ThreadPool_deinit_internal()
/frameworks/base/core/java/com/android/internal/util/
DConcurrentUtils.java53 public static ExecutorService newFixedThreadPool(int nThreads, String poolName, in newFixedThreadPool() argument
55 return Executors.newFixedThreadPool(nThreads, in newFixedThreadPool()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DSysUICoroutinesModule.kt69 nThreads = Runtime.getRuntime().availableProcessors(), in bgApplicationScope()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java905 private static void testThreadSafety(Runnable operationToTest, int nThreads, in testThreadSafety() argument
908 final CountDownLatch doneLatch = new CountDownLatch(nThreads); in testThreadSafety()
910 for (int i = 0; i < nThreads; i++) { in testThreadSafety()
DManagedServicesTest.java2462 private static void testThreadSafety(Runnable operationToTest, int nThreads, in testThreadSafety() argument
2465 final CountDownLatch doneLatch = new CountDownLatch(nThreads); in testThreadSafety()
2467 for (int i = 0; i < nThreads; i++) { in testThreadSafety()
DPreferencesHelperTest.java484 private static void testThreadSafety(Runnable operationToTest, int nThreads, in testThreadSafety() argument
487 final CountDownLatch doneLatch = new CountDownLatch(nThreads); in testThreadSafety()
489 for (int i = 0; i < nThreads; i++) { in testThreadSafety()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...