pool.h File Reference

#include <list>
#include <vector>
#include <algorithm>
#include <dvutil/debug.h>
#include <dvutil/shared_ptr.h>
#include <dvthread/monitor.h>
#include <dvthread/lock.h>
#include <dvthread/flexlock.h>
Include dependency graph for pool.h:

Go to the source code of this file.

Classes

class  Dv::Thread::Pool
 A pool of worker threads. More...
class  Dv::Thread::Pool::Thread
 Base class for threads that can be kept in a Dv::Thread::Pool. More...
struct  Dv::Thread::Pool::Thread::Init
 Auxiliary class which is used to support thread specific initialization and finalization. More...
class  Dv::Thread::Factory

Namespaces

namespace  Dv
namespace  Dv::Thread

dvthread-0.13.4 [11 December, 2009]