Lines Matching full:threads
1 page.title=Creating a Manager for Multiple Threads
14 <li><a href="#ThreadPool">Create a Pool of Threads</a></li>
20 <li><a href="{@docRoot}guide/components/processes-and-threads.html">Processes and Threads</a></li>
39 you need to provide a managed collection of threads. To do this, use an instance of
49 <a href="{@docRoot}guide/components/processes-and-threads.html">
50 Processes and Threads</a> API guide.
159 The initial number of threads to allocate to the pool, and the maximum allowable number.
160 The number of threads you can have in a thread pool depends primarily on the number of cores
215 <h2 id="ThreadPool">Create a Pool of Threads</h2>
217 To create a pool of threads, instantiate a thread pool manager by calling
219 This creates and manages a constrained group of threads. Because the initial pool size and