Searched defs:shouldTerminate (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPool.java133 private volatile boolean shouldTerminate; field in class:ThreadPool.WorkerThread
150 while (!shouldTerminate) {
161 shouldTerminate = true;
165 if (!shouldTerminate && task != null) {
179 shouldTerminate = true;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPool.java133 private volatile boolean shouldTerminate; field in class:ThreadPool.WorkerThread
150 while (!shouldTerminate) {
161 shouldTerminate = true;
165 if (!shouldTerminate && task != null) {
179 shouldTerminate = true;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java281 private boolean shouldTerminate; field in class:ThreadPool.WorkerThread
286 this.shouldTerminate = false;
300 while ((task == null) && (!shouldTerminate)){
305 localShouldTerminate = shouldTerminate;
359 shouldTerminate = true;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSThreadPool.java216 private boolean shouldTerminate; field in class:JSSThreadPool.WorkerThread
221 this.shouldTerminate = false;
235 if ((task == null) && (!shouldTerminate)){
240 localShouldTerminate = shouldTerminate;
294 shouldTerminate = true;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java281 private boolean shouldTerminate; field in class:ThreadPool.WorkerThread
286 this.shouldTerminate = false;
300 while ((task == null) && (!shouldTerminate)){
305 localShouldTerminate = shouldTerminate;
359 shouldTerminate = true;
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java354 private volatile boolean shouldTerminate; field in class:TimerPool.WorkerThread
367 this.shouldTerminate = false;
394 shouldTerminate = true;
411 if ((!shouldTerminate) && (task == null)) {
419 if (shouldTerminate) {
455 shouldTerminate = true;
481 shouldTerminate = true;
494 shouldTerminate = true;
526 shouldTerminate = true;
539 shouldTerminate
569 private volatile boolean shouldTerminate; field in class:TimerPool.Scheduler
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java354 private volatile boolean shouldTerminate; field in class:TimerPool.WorkerThread
367 this.shouldTerminate = false;
394 shouldTerminate = true;
411 if ((!shouldTerminate) && (task == null)) {
419 if (shouldTerminate) {
455 shouldTerminate = true;
481 shouldTerminate = true;
494 shouldTerminate = true;
526 shouldTerminate = true;
539 shouldTerminate
569 private volatile boolean shouldTerminate; field in class:TimerPool.Scheduler
[all...]

Completed in 25 milliseconds