Searched refs:wait (Results 1 - 25 of 214) sorted by relevance

123456789

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/
H A DSetupWriter.java69 wait(600000);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/
H A DSetupWriter.java69 wait(600000);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxTestCase.java69 this.wait(500);
103 this.wait(1000);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxTestCase.java69 this.wait(500);
102 this.wait(2000);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxTestCase.java69 this.wait(500);
103 this.wait(1000);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxTestCase.java69 this.wait(500);
102 this.wait(2000);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxTestCase.java69 this.wait(500);
103 this.wait(1000);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java198 // need to discuss whether the thread pool need to wait until
228 // else, wait for all tasks to be completed
234 // wait if there are tasks & threads to be executed
235 wait();
250 // wait if there are threads running, it will be notified
252 wait();
301 this.wait();
349 // Although the thread may not in wait state when this function
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DThreadPool.java198 // need to discuss whether the thread pool need to wait until
228 // else, wait for all tasks to be completed
234 // wait if there are tasks & threads to be executed
235 wait();
250 // wait if there are threads running, it will be notified
252 wait();
301 this.wait();
349 // Although the thread may not in wait state when this function
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DReaderWriterLock.java78 wait();
125 // waiting. Since the only way to be released from the wait is
128 // there would be no way for the wait to terminate.
137 return; // the "return" jumps over the "wait" call
142 lock.wait();
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/common/
H A DAbstractListView.js56 wait: true
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DReaderWriterLock.java78 wait();
125 // waiting. Since the only way to be released from the wait is
128 // there would be no way for the wait to terminate.
137 return; // the "return" jumps over the "wait" call
142 lock.wait();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/common/
H A DAbstractListView.js56 wait: true
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMonitoringPublisher.java122 shutdownLock.wait(period);
H A DStatusAnalyzer.java108 eventMonitor.wait(STATUS_ANALYZER_SLEEP_TIME);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DStatusAnalyzer.java107 eventMonitor.wait(STATUS_ANALYZER_SLEEP_TIME);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMonitoringPublisher.java122 shutdownLock.wait(period);
H A DStatusAnalyzer.java108 eventMonitor.wait(STATUS_ANALYZER_SLEEP_TIME);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthLoginThread.java101 // wait for the variable to be set
107 this.wait();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMonitoringPublisher.java116 shutdownLock.wait(period);
H A DStatusAnalyzer.java102 eventMonitor.wait(STATUS_ANALYZER_SLEEP_TIME);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DHeartbeatMonitor.java156 shutdownLock.wait(heartbeatInterval);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthLoginThread.java101 // wait for the variable to be set
107 this.wait();
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java140 wait();
300 * @param delay The time (in ms) to wait before running the task
331 // wait if there are threads running, it will be notified
333 wait();
380 // Although the thread may not in wait state when this function
412 this.wait();
562 * Scheduler is the one who handles the time to wait and assign a thread to
564 * to run a particular task, Scheduler will wait until thread available.
589 * Sets the time (in ms) to wait.
591 * @param delay The time (in ms) to wait
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DTimerPool.java140 wait();
300 * @param delay The time (in ms) to wait before running the task
331 // wait if there are threads running, it will be notified
333 wait();
380 // Although the thread may not in wait state when this function
412 this.wait();
562 * Scheduler is the one who handles the time to wait and assign a thread to
564 * to run a particular task, Scheduler will wait until thread available.
589 * Sets the time (in ms) to wait.
591 * @param delay The time (in ms) to wait
[all...]

Completed in 1208 milliseconds

123456789