Package | Description |
---|---|
com.sun.electric.tool.erc |
Package for handling the Electrical-rules checking tools.
|
com.sun.electric.tool.util.concurrent.patterns |
Constructor and Description |
---|
ERCWellCheck.SpreadInThread(PJob job,
int index) |
Modifier and Type | Class and Description |
---|---|
class |
PForJob<T extends BlockedRange<T>>
Runtime for parallel for
|
class |
PReduceJob<T,K extends BlockedRange<K>>
Parallel Reduce Job.
|
class |
PWhileJob<T>
While job, do the work parallel while there are elements in the queue
|
Modifier and Type | Field and Description |
---|---|
protected PJob |
PTask.job |
Modifier and Type | Method and Description |
---|---|
void |
PForTask.setPJob(PJob job)
set current job
|
Constructor and Description |
---|
PForJob.SplitIntoTasks(PJob job,
T range,
PForTask<T> task) |
PForJob.SplitterTask(PJob job,
T range,
PForTask<T> task,
int number,
int total) |
PForTask(PJob job,
T range) |
PTask(PJob job) |
PWhileJob.PWhileTask(PJob job) |
PWhileJob.WhileTaskWrapper(PJob job,
PWhileJob.PWhileTask<T> task,
IStructure<T> items) |