| java.lang.Object seda.sandStorm.internal.TPPThreadManager
TPPThreadManager | class TPPThreadManager implements ThreadManagerIF(Code) | | TPPThreadManager is a thread manager implementation which provides
one thread per CPU.
author: Matt Welsh |
Inner Class :class appThread implements Runnable | |
Constructor Summary | |
| TPPThreadManager(SandstormConfig config) Create an TPPThreadManager which attempts to schedule stages on
num_cpus CPUs, and caps its thread usage to max_threads. |
TPPThreadManager | TPPThreadManager(SandstormConfig config)(Code) | | Create an TPPThreadManager which attempts to schedule stages on
num_cpus CPUs, and caps its thread usage to max_threads.
|
deregister | public void deregister(StageWrapperIF stage)(Code) | | Deregister a stage with this thread manager.
|
deregisterAll | public void deregisterAll()(Code) | | Deregister all stage with this thread manager.
|
|
|