Searched defs:nThreads (Results 1 – 4 of 4) sorted by relevance
53 public static ExecutorService newFixedThreadPool(int nThreads, String poolName, in newFixedThreadPool()
93 unsigned nThreads = 0; // number of threads successfully created in ThreadPool_init() local167 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads) in ThreadPool_deinit_internal()
654 private static void testThreadSafety(Runnable operationToTest, int nThreads, in testThreadSafety()
2356 private static void testThreadSafety(Runnable operationToTest, int nThreads, in testThreadSafety()