#include <btThreads.h>
Definition at line 109 of file btThreads.h.
§ btITaskScheduler()
btITaskScheduler::btITaskScheduler |
( |
const char * |
name | ) |
|
§ ~btITaskScheduler()
virtual btITaskScheduler::~btITaskScheduler |
( |
| ) |
|
|
inlinevirtual |
§ activate()
void btITaskScheduler::activate |
( |
| ) |
|
|
virtual |
§ deactivate()
void btITaskScheduler::deactivate |
( |
| ) |
|
|
virtual |
§ getMaxNumThreads()
virtual int btITaskScheduler::getMaxNumThreads |
( |
| ) |
const |
|
pure virtual |
§ getName()
const char* btITaskScheduler::getName |
( |
| ) |
const |
|
inline |
§ getNumThreads()
virtual int btITaskScheduler::getNumThreads |
( |
| ) |
const |
|
pure virtual |
§ parallelFor()
virtual void btITaskScheduler::parallelFor |
( |
int |
iBegin, |
|
|
int |
iEnd, |
|
|
int |
grainSize, |
|
|
const btIParallelForBody & |
body |
|
) |
| |
|
pure virtual |
§ setNumThreads()
virtual void btITaskScheduler::setNumThreads |
( |
int |
numThreads | ) |
|
|
pure virtual |
§ m_isActive
bool btITaskScheduler::m_isActive |
|
protected |
§ m_name
const char* btITaskScheduler::m_name |
|
protected |
§ m_savedThreadCounter
unsigned int btITaskScheduler::m_savedThreadCounter |
|
protected |
The documentation for this class was generated from the following files: