|
Blender V5.0
|
Inherits btITaskScheduler.
Public Member Functions | |
| btTaskSchedulerSequential () | |
| virtual int | getMaxNumThreads () const BT_OVERRIDE |
| virtual int | getNumThreads () const BT_OVERRIDE |
| virtual void | setNumThreads (int numThreads) BT_OVERRIDE |
| virtual void | parallelFor (int iBegin, int iEnd, int grainSize, const btIParallelForBody &body) BT_OVERRIDE |
| virtual btScalar | parallelSum (int iBegin, int iEnd, int grainSize, const btIParallelSumBody &body) BT_OVERRIDE |
| Public Member Functions inherited from btITaskScheduler | |
| btITaskScheduler (const char *name) | |
| virtual | ~btITaskScheduler () |
| const char * | getName () const |
| virtual void | sleepWorkerThreadsHint () |
| virtual void | activate () |
| virtual void | deactivate () |
Additional Inherited Members | |
| Protected Attributes inherited from btITaskScheduler | |
| const char * | m_name |
| unsigned int | m_savedThreadCounter |
| bool | m_isActive |
btTaskSchedulerSequential – non-threaded implementation of task scheduler (really just useful for testing performance of single threaded vs multi)
Definition at line 470 of file btThreads.cpp.
|
inline |
Definition at line 473 of file btThreads.cpp.
References btITaskScheduler::btITaskScheduler().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements btITaskScheduler.
Definition at line 477 of file btThreads.cpp.
References BT_OVERRIDE, and BT_PROFILE.
|
inlinevirtual |
Implements btITaskScheduler.
Definition at line 482 of file btThreads.cpp.
References BT_OVERRIDE, and BT_PROFILE.
|
inlinevirtual |