Package | Description |
---|---|
jj2000.j2k.util |
Modifier and Type | Field and Description |
---|---|
private ThreadPool.ThreadPoolThread[] |
ThreadPool.idle
The array of idle threads and the lock for the manipulation of the
idle thread list.
|
Modifier and Type | Method and Description |
---|---|
private ThreadPool.ThreadPoolThread |
ThreadPool.getIdle(boolean async)
Returns and idle thread and removes it from the list of idle
threads.
|
Modifier and Type | Method and Description |
---|---|
private void |
ThreadPool.putInIdleList(ThreadPool.ThreadPoolThread t)
Puts the thread 't' in the idle list.
|
Copyright © 2016 Open Microscopy Environment