Lines Matching full:of
8 * with the License. You may obtain a copy of the License at
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
41 * This class manages a pool of threads. It uses a ThreadFactory to create
43 * it maintains statistics on number of idle threads, number of active threads,
45 * object bound to instances of this manager of interesting transitions. It is
53 * create a fixed number of threads.
107 * Blocks until the number of worker threads reaches the new limit.
110 * of workers
115 * Gets the current number of idle worker threads
120 * Gets the current number of total worker threads
125 * Gets the current number of pending tasks
130 * Gets the current number of pending and executing tasks
140 * Gets the number of tasks which have been expired without being run
150 * context of a ThreadManager worker thread it will throw a
159 * @param expiration when nonzero, the number of milliseconds the task is valid
181 * Remove tasks from front of task queue that have expired.
196 * Creates a simple thread manager the uses count number of worker threads and has