Home | History | Annotate | Download | only in IlmThread

Lines Matching refs:ThreadPool

40 //	class Task, class ThreadPool, class TaskGroup
42 // Class ThreadPool manages a set of worker threads and accepts
47 // a ThreadPool works on. Derived classes need to implement the
51 // of tasks. Every task that is added to a ThreadPool belongs to a
55 // Note: if you plan to use the ThreadPool interface in your own
56 // applications note that the implementation of the ThreadPool calls
69 class ThreadPool
78 ThreadPool (unsigned numThreads = 0);
86 virtual ~ThreadPool ();
102 // Add a task for processing. The ThreadPool can handle any
112 // Access functions for the global threadpool
115 static ThreadPool& globalThreadPool ();