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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicRunnable.java51 protected Set[] nextTurn; field in class:PeriodicRunnable
81 nextTurn = new HashSet[containerNeeded];
83 nextTurn[i] = new HashSet();
95 synchronized (nextTurn[containerNeeded - 1]) {
96 return nextTurn[containerNeeded - 1].add(obj);
110 synchronized (nextTurn[containerNeeded - 1]) {
111 if (!nextTurn[containerNeeded - 1].remove(obj)) {
113 if (nextTurn[i].remove(obj)) {
159 * nextTurn.
175 synchronized (nextTurn[containerNeede
[all...]
H A DPeriodicCleanUpMap.java79 synchronized (nextTurn[containerNeeded - 1]) {
83 thisTurn = nextTurn[0];
86 nextTurn[containerNeeded - 1] = tempSet;
88 nextTurn[i - 1] = nextTurn[i];
H A DPeriodicGroupRunnable.java82 * on the objects in thisTurn 1 by 1, and interchange thisTurn and nextTurn.
95 synchronized (nextTurn[containerNeeded - 1]) {
99 thisTurn = nextTurn[0];
102 nextTurn[containerNeeded - 1] = tempSet;
104 nextTurn[i - 1] = nextTurn[i];
H A DPeriodicGroupMap.java97 synchronized (nextTurn[containerNeeded - 1]) {
99 nextTurn[i].clear();
264 * on the objects in thisTurn 1 by 1, and interchange thisTurn and nextTurn.
280 synchronized (nextTurn[containerNeeded - 1]) {
284 thisTurn = nextTurn[0];
287 nextTurn[containerNeeded - 1] = tempSet;
289 nextTurn[i - 1] = nextTurn[i];
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DPeriodicRunnable.java51 protected Set[] nextTurn; field in class:PeriodicRunnable
81 nextTurn = new HashSet[containerNeeded];
83 nextTurn[i] = new HashSet();
95 synchronized (nextTurn[containerNeeded - 1]) {
96 return nextTurn[containerNeeded - 1].add(obj);
110 synchronized (nextTurn[containerNeeded - 1]) {
111 if (!nextTurn[containerNeeded - 1].remove(obj)) {
113 if (nextTurn[i].remove(obj)) {
159 * nextTurn.
175 synchronized (nextTurn[containerNeede
[all...]
H A DPeriodicCleanUpMap.java79 synchronized (nextTurn[containerNeeded - 1]) {
83 thisTurn = nextTurn[0];
86 nextTurn[containerNeeded - 1] = tempSet;
88 nextTurn[i - 1] = nextTurn[i];
H A DPeriodicGroupRunnable.java82 * on the objects in thisTurn 1 by 1, and interchange thisTurn and nextTurn.
95 synchronized (nextTurn[containerNeeded - 1]) {
99 thisTurn = nextTurn[0];
102 nextTurn[containerNeeded - 1] = tempSet;
104 nextTurn[i - 1] = nextTurn[i];
H A DPeriodicGroupMap.java97 synchronized (nextTurn[containerNeeded - 1]) {
99 nextTurn[i].clear();
264 * on the objects in thisTurn 1 by 1, and interchange thisTurn and nextTurn.
280 synchronized (nextTurn[containerNeeded - 1]) {
284 thisTurn = nextTurn[0];
287 nextTurn[containerNeeded - 1] = tempSet;
289 nextTurn[i - 1] = nextTurn[i];
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRequestCleanUpRunnable.java73 synchronized (nextTurn[containerNeeded - 1]) {
77 thisTurn = nextTurn[0];
80 nextTurn[containerNeeded - 1] = tempSet;
82 nextTurn[i - 1] = nextTurn[i];
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRequestCleanUpRunnable.java73 synchronized (nextTurn[containerNeeded - 1]) {
77 thisTurn = nextTurn[0];
80 nextTurn[containerNeeded - 1] = tempSet;
82 nextTurn[i - 1] = nextTurn[i];

Completed in 627 milliseconds