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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java62 private boolean shutdownThePool; field in class:ThreadPool
97 this.shutdownThePool = false;
150 if (shutdownThePool) {
183 if (shutdownThePool && (busyThreadCount == 0)) {
195 if(shutdownThePool) {
225 if(!shutdownThePool) {
226 shutdownThePool = true;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java62 private boolean shutdownThePool; field in class:ThreadPool
97 this.shutdownThePool = false;
150 if (shutdownThePool) {
183 if (shutdownThePool && (busyThreadCount == 0)) {
195 if(shutdownThePool) {
225 if(!shutdownThePool) {
226 shutdownThePool = true;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSThreadPool.java43 private boolean shutdownThePool; field in class:JSSThreadPool
72 this.shutdownThePool = false;
144 if(shutdownThePool) {
177 if(!shutdownThePool) {
178 shutdownThePool = true;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPool.java63 private volatile boolean shutdownThePool; field in class:ThreadPool
116 if (!shutdownThePool) {
117 shutdownThePool = true;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DThreadPool.java63 private volatile boolean shutdownThePool; field in class:ThreadPool
116 if (!shutdownThePool) {
117 shutdownThePool = true;
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java55 private volatile boolean shutdownThePool; field in class:TimerPool
80 this.shutdownThePool = false;
135 if (shutdownThePool) {
141 if (shutdownThePool) {
201 if (shutdownThePool) {
229 if (shutdownThePool) {
322 if(!shutdownThePool) {
323 shutdownThePool = true;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java55 private volatile boolean shutdownThePool; field in class:TimerPool
80 this.shutdownThePool = false;
135 if (shutdownThePool) {
141 if (shutdownThePool) {
201 if (shutdownThePool) {
229 if (shutdownThePool) {
322 if(!shutdownThePool) {
323 shutdownThePool = true;

Completed in 39 milliseconds