Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.runtime | |
com.sun.electric.tool.util.concurrent.runtime.taskParallel |
Modifier and Type | Method and Description |
---|---|
static Scheduler.SchedulingStrategy |
Scheduler.SchedulingStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scheduler.SchedulingStrategy[] |
Scheduler.SchedulingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IStructure<PTask> |
Scheduler.createScheduler(Scheduler.SchedulingStrategy strategy,
int numOfThreads) |
Modifier and Type | Method and Description |
---|---|
static ThreadPool |
ThreadPool.initialize(Scheduler.SchedulingStrategy taskPool,
int numOfThreads) |
static ThreadPool |
ThreadPool.initialize(Scheduler.SchedulingStrategy taskPool,
int numOfThreads,
ThreadPool.ThreadPoolType type) |