Searched refs:WorkerThread (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java64 private WorkerThread[] threads;
98 this.threads = new WorkerThread[poolSize];
118 threads[i - busyThreadCount] = new WorkerThread(poolName, this);
125 private WorkerThread getAvailableThread() {
126 WorkerThread t = null;
148 WorkerThread t = null;
180 WorkerThread t = getAvailableThread();
190 protected synchronized void returnThread(WorkerThread t) {
276 private class WorkerThread extends Thread { class in class:ThreadPool
283 public WorkerThread(Strin method in class:ThreadPool.WorkerThread
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSThreadPool.java45 private WorkerThread[] threads;
73 this.threads = new WorkerThread[poolSize];
90 threads[i - busyThreadCount] = new WorkerThread(poolName, this);
97 private WorkerThread getAvailableThread() {
98 WorkerThread t = null;
119 WorkerThread t = null;
137 WorkerThread t = getAvailableThread();
143 protected synchronized void returnThread(WorkerThread t) {
211 private class WorkerThread extends Thread { class in class:JSSThreadPool
218 public WorkerThread(Strin method in class:JSSThreadPool.WorkerThread
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java64 private WorkerThread[] threads;
98 this.threads = new WorkerThread[poolSize];
118 threads[i - busyThreadCount] = new WorkerThread(poolName, this);
125 private WorkerThread getAvailableThread() {
126 WorkerThread t = null;
148 WorkerThread t = null;
180 WorkerThread t = getAvailableThread();
190 protected synchronized void returnThread(WorkerThread t) {
276 private class WorkerThread extends Thread { class in class:ThreadPool
283 public WorkerThread(Strin method in class:ThreadPool.WorkerThread
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPool.java60 private WorkerThread[] threads;
78 threads = new WorkerThread[poolSize];
87 WorkerThread t = new WorkerThread(poolName + i, this);
118 for (WorkerThread thread : threads) {
131 private class WorkerThread extends Thread { class in class:ThreadPool
135 public WorkerThread(String name, ThreadPool pool) { method in class:ThreadPool.WorkerThread
147 PolicyConstants.DEBUG.message("WorkerThread.run started for " + getName());
160 PolicyConstants.DEBUG.error("WorkerThread.run", ex);
171 PolicyConstants.DEBUG.message("WorkerThread
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPool.java60 private WorkerThread[] threads;
78 threads = new WorkerThread[poolSize];
87 WorkerThread t = new WorkerThread(poolName + i, this);
118 for (WorkerThread thread : threads) {
131 private class WorkerThread extends Thread { class in class:ThreadPool
135 public WorkerThread(String name, ThreadPool pool) { method in class:ThreadPool.WorkerThread
147 PolicyConstants.DEBUG.message("WorkerThread.run started for " + getName());
160 PolicyConstants.DEBUG.error("WorkerThread.run", ex);
171 PolicyConstants.DEBUG.message("WorkerThread
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java57 private WorkerThread[] threads;
81 this.threads = new WorkerThread[poolSize];
101 threads[i - busyThreadCount] = new WorkerThread(name, this);
114 private WorkerThread getAvailableThread() {
115 WorkerThread t = null;
132 WorkerThread t = null;
200 private void returnThread(WorkerThread t) {
346 * WorkerThread is the threads which actually do the jobs. A WorkerThread
350 private class WorkerThread extend class in class:TimerPool
364 public WorkerThread(String name, TimerPool pool) { method in class:TimerPool.WorkerThread
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java57 private WorkerThread[] threads;
81 this.threads = new WorkerThread[poolSize];
101 threads[i - busyThreadCount] = new WorkerThread(name, this);
114 private WorkerThread getAvailableThread() {
115 WorkerThread t = null;
132 WorkerThread t = null;
200 private void returnThread(WorkerThread t) {
346 * WorkerThread is the threads which actually do the jobs. A WorkerThread
350 private class WorkerThread extend class in class:TimerPool
364 public WorkerThread(String name, TimerPool pool) { method in class:TimerPool.WorkerThread
[all...]

Completed in 39 milliseconds