Searched defs:thisTurn (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicRunnable.java50 protected Set thisTurn; field in class:PeriodicRunnable
80 thisTurn = new HashSet();
121 synchronized (thisTurn) {
122 return thisTurn.remove(obj);
158 * all the objects in thisTurn 1 by 1, and interchange thisTurn and
163 synchronized (thisTurn) {
164 if (!thisTurn.isEmpty()) {
165 for (Iterator iter = thisTurn.iterator(); iter.hasNext();) {
176 Set tempSet = thisTurn;
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicRunnable.java50 protected Set thisTurn; field in class:PeriodicRunnable
80 thisTurn = new HashSet();
121 synchronized (thisTurn) {
122 return thisTurn.remove(obj);
158 * all the objects in thisTurn 1 by 1, and interchange thisTurn and
163 synchronized (thisTurn) {
164 if (!thisTurn.isEmpty()) {
165 for (Iterator iter = thisTurn.iterator(); iter.hasNext();) {
176 Set tempSet = thisTurn;
[all...]

Completed in 20 milliseconds