HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Relacy::ThreadPool Class Reference

#include <UT_Relacy.h>

Public Member Functions

 ThreadPool ()
 
 ~ThreadPool ()
 
void resize (int count)
 
UT_ThreadgetThread (int i)
 
void waitThreads ()
 

Static Public Member Functions

static ThreadPoolget (int count)
 
static void destroy ()
 

Detailed Description

Definition at line 615 of file UT_Relacy.h.

Constructor & Destructor Documentation

UT_Relacy::ThreadPool::ThreadPool ( )
inline

Definition at line 618 of file UT_Relacy.h.

UT_Relacy::ThreadPool::~ThreadPool ( )
inline

Definition at line 622 of file UT_Relacy.h.

Member Function Documentation

static void UT_Relacy::ThreadPool::destroy ( )
inlinestatic

Definition at line 665 of file UT_Relacy.h.

static ThreadPool* UT_Relacy::ThreadPool::get ( int  count)
inlinestatic

Definition at line 654 of file UT_Relacy.h.

UT_Thread* UT_Relacy::ThreadPool::getThread ( int  i)
inline

Definition at line 642 of file UT_Relacy.h.

void UT_Relacy::ThreadPool::resize ( int  count)
inline

Definition at line 628 of file UT_Relacy.h.

void UT_Relacy::ThreadPool::waitThreads ( )
inline

Definition at line 648 of file UT_Relacy.h.


The documentation for this class was generated from the following file: