Searched refs:thisTurn (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRequestCleanUpRunnable.java67 synchronized (thisTurn) {
68 idRequestMap.keySet().removeAll(thisTurn);
69 idDestMap.keySet().removeAll(thisTurn);
70 thisTurn.clear();
74 Set tempSet = thisTurn;
77 thisTurn = nextTurn[0];
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRequestCleanUpRunnable.java67 synchronized (thisTurn) {
68 idRequestMap.keySet().removeAll(thisTurn);
69 idDestMap.keySet().removeAll(thisTurn);
70 thisTurn.clear();
74 Set tempSet = thisTurn;
77 thisTurn = nextTurn[0];
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicCleanUpMap.java73 synchronized (thisTurn) {
74 map.keySet().removeAll(thisTurn);
75 thisTurn.clear();
80 Set tempSet = thisTurn;
83 thisTurn = nextTurn[0];
H A DPeriodicGroupRunnable.java82 * on the objects in thisTurn 1 by 1, and interchange thisTurn and nextTurn.
86 synchronized (thisTurn) {
87 if (!thisTurn.isEmpty()) {
88 for (Iterator iter = thisTurn.iterator(); iter.hasNext();) {
96 Set tempSet = thisTurn;
99 thisTurn = nextTurn[0];
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...]
H A DPeriodicGroupMap.java101 synchronized (thisTurn) {
102 thisTurn.clear();
264 * on the objects in thisTurn 1 by 1, and interchange thisTurn and nextTurn.
269 synchronized (thisTurn) {
270 if (!thisTurn.isEmpty()) {
271 for (Iterator iter = thisTurn.iterator();
281 Set tempSet = thisTurn;
284 thisTurn = nextTurn[0];
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicCleanUpMap.java73 synchronized (thisTurn) {
74 map.keySet().removeAll(thisTurn);
75 thisTurn.clear();
80 Set tempSet = thisTurn;
83 thisTurn = nextTurn[0];
H A DPeriodicGroupRunnable.java82 * on the objects in thisTurn 1 by 1, and interchange thisTurn and nextTurn.
86 synchronized (thisTurn) {
87 if (!thisTurn.isEmpty()) {
88 for (Iterator iter = thisTurn.iterator(); iter.hasNext();) {
96 Set tempSet = thisTurn;
99 thisTurn = nextTurn[0];
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...]
H A DPeriodicGroupMap.java101 synchronized (thisTurn) {
102 thisTurn.clear();
264 * on the objects in thisTurn 1 by 1, and interchange thisTurn and nextTurn.
269 synchronized (thisTurn) {
270 if (!thisTurn.isEmpty()) {
271 for (Iterator iter = thisTurn.iterator();
281 Set tempSet = thisTurn;
284 thisTurn = nextTurn[0];

Completed in 41 milliseconds